This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.devcenter.getCatalogDevBoxDefinitionErrorDetails
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets Catalog Devbox Definition error details Azure REST API version: 2023-08-01-preview.
Other available API versions: 2023-10-01-preview.
Using getCatalogDevBoxDefinitionErrorDetails
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCatalogDevBoxDefinitionErrorDetails(args: GetCatalogDevBoxDefinitionErrorDetailsArgs, opts?: InvokeOptions): Promise<GetCatalogDevBoxDefinitionErrorDetailsResult>
function getCatalogDevBoxDefinitionErrorDetailsOutput(args: GetCatalogDevBoxDefinitionErrorDetailsOutputArgs, opts?: InvokeOptions): Output<GetCatalogDevBoxDefinitionErrorDetailsResult>def get_catalog_dev_box_definition_error_details(catalog_name: Optional[str] = None,
                                                 dev_box_definition_name: Optional[str] = None,
                                                 dev_center_name: Optional[str] = None,
                                                 resource_group_name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetCatalogDevBoxDefinitionErrorDetailsResult
def get_catalog_dev_box_definition_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
                                                 dev_box_definition_name: Optional[pulumi.Input[str]] = None,
                                                 dev_center_name: Optional[pulumi.Input[str]] = None,
                                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetCatalogDevBoxDefinitionErrorDetailsResult]func GetCatalogDevBoxDefinitionErrorDetails(ctx *Context, args *GetCatalogDevBoxDefinitionErrorDetailsArgs, opts ...InvokeOption) (*GetCatalogDevBoxDefinitionErrorDetailsResult, error)
func GetCatalogDevBoxDefinitionErrorDetailsOutput(ctx *Context, args *GetCatalogDevBoxDefinitionErrorDetailsOutputArgs, opts ...InvokeOption) GetCatalogDevBoxDefinitionErrorDetailsResultOutput> Note: This function is named GetCatalogDevBoxDefinitionErrorDetails in the Go SDK.
public static class GetCatalogDevBoxDefinitionErrorDetails 
{
    public static Task<GetCatalogDevBoxDefinitionErrorDetailsResult> InvokeAsync(GetCatalogDevBoxDefinitionErrorDetailsArgs args, InvokeOptions? opts = null)
    public static Output<GetCatalogDevBoxDefinitionErrorDetailsResult> Invoke(GetCatalogDevBoxDefinitionErrorDetailsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCatalogDevBoxDefinitionErrorDetailsResult> getCatalogDevBoxDefinitionErrorDetails(GetCatalogDevBoxDefinitionErrorDetailsArgs args, InvokeOptions options)
public static Output<GetCatalogDevBoxDefinitionErrorDetailsResult> getCatalogDevBoxDefinitionErrorDetails(GetCatalogDevBoxDefinitionErrorDetailsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:devcenter:getCatalogDevBoxDefinitionErrorDetails
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CatalogName string
- The name of the Catalog.
- DevBox stringDefinition Name 
- The name of the Dev Box definition.
- DevCenter stringName 
- The name of the devcenter.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- CatalogName string
- The name of the Catalog.
- DevBox stringDefinition Name 
- The name of the Dev Box definition.
- DevCenter stringName 
- The name of the devcenter.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- catalogName String
- The name of the Catalog.
- devBox StringDefinition Name 
- The name of the Dev Box definition.
- devCenter StringName 
- The name of the devcenter.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- catalogName string
- The name of the Catalog.
- devBox stringDefinition Name 
- The name of the Dev Box definition.
- devCenter stringName 
- The name of the devcenter.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- catalog_name str
- The name of the Catalog.
- dev_box_ strdefinition_ name 
- The name of the Dev Box definition.
- dev_center_ strname 
- The name of the devcenter.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- catalogName String
- The name of the Catalog.
- devBox StringDefinition Name 
- The name of the Dev Box definition.
- devCenter StringName 
- The name of the devcenter.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getCatalogDevBoxDefinitionErrorDetails Result
The following output properties are available:
- Errors
List<Pulumi.Azure Native. Dev Center. Outputs. Catalog Error Details Response> 
- Errors associated with resources synchronized from the catalog.
- Errors
[]CatalogError Details Response 
- Errors associated with resources synchronized from the catalog.
- errors
List<CatalogError Details Response> 
- Errors associated with resources synchronized from the catalog.
- errors
CatalogError Details Response[] 
- Errors associated with resources synchronized from the catalog.
- errors
Sequence[CatalogError Details Response] 
- Errors associated with resources synchronized from the catalog.
- errors List<Property Map>
- Errors associated with resources synchronized from the catalog.
Supporting Types
CatalogErrorDetailsResponse   
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi