1. Packages
  2. Azure Native
  3. API Docs
  4. devcenter
  5. getProjectCatalogImageDefinitionErrorDetails
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.devcenter.getProjectCatalogImageDefinitionErrorDetails

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Gets Image Definition error details

    Uses Azure REST API version 2025-02-01.

    Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native devcenter [ApiVersion]. See the version guide for details.

    Using getProjectCatalogImageDefinitionErrorDetails

    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 getProjectCatalogImageDefinitionErrorDetails(args: GetProjectCatalogImageDefinitionErrorDetailsArgs, opts?: InvokeOptions): Promise<GetProjectCatalogImageDefinitionErrorDetailsResult>
    function getProjectCatalogImageDefinitionErrorDetailsOutput(args: GetProjectCatalogImageDefinitionErrorDetailsOutputArgs, opts?: InvokeOptions): Output<GetProjectCatalogImageDefinitionErrorDetailsResult>
    def get_project_catalog_image_definition_error_details(catalog_name: Optional[str] = None,
                                                           image_definition_name: Optional[str] = None,
                                                           project_name: Optional[str] = None,
                                                           resource_group_name: Optional[str] = None,
                                                           opts: Optional[InvokeOptions] = None) -> GetProjectCatalogImageDefinitionErrorDetailsResult
    def get_project_catalog_image_definition_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
                                                           image_definition_name: Optional[pulumi.Input[str]] = None,
                                                           project_name: Optional[pulumi.Input[str]] = None,
                                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                                           opts: Optional[InvokeOptions] = None) -> Output[GetProjectCatalogImageDefinitionErrorDetailsResult]
    func GetProjectCatalogImageDefinitionErrorDetails(ctx *Context, args *GetProjectCatalogImageDefinitionErrorDetailsArgs, opts ...InvokeOption) (*GetProjectCatalogImageDefinitionErrorDetailsResult, error)
    func GetProjectCatalogImageDefinitionErrorDetailsOutput(ctx *Context, args *GetProjectCatalogImageDefinitionErrorDetailsOutputArgs, opts ...InvokeOption) GetProjectCatalogImageDefinitionErrorDetailsResultOutput

    > Note: This function is named GetProjectCatalogImageDefinitionErrorDetails in the Go SDK.

    public static class GetProjectCatalogImageDefinitionErrorDetails 
    {
        public static Task<GetProjectCatalogImageDefinitionErrorDetailsResult> InvokeAsync(GetProjectCatalogImageDefinitionErrorDetailsArgs args, InvokeOptions? opts = null)
        public static Output<GetProjectCatalogImageDefinitionErrorDetailsResult> Invoke(GetProjectCatalogImageDefinitionErrorDetailsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProjectCatalogImageDefinitionErrorDetailsResult> getProjectCatalogImageDefinitionErrorDetails(GetProjectCatalogImageDefinitionErrorDetailsArgs args, InvokeOptions options)
    public static Output<GetProjectCatalogImageDefinitionErrorDetailsResult> getProjectCatalogImageDefinitionErrorDetails(GetProjectCatalogImageDefinitionErrorDetailsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:devcenter:getProjectCatalogImageDefinitionErrorDetails
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogName string
    The name of the Catalog.
    ImageDefinitionName string
    The name of the Image Definition.
    ProjectName string
    The name of the project.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    CatalogName string
    The name of the Catalog.
    ImageDefinitionName string
    The name of the Image Definition.
    ProjectName string
    The name of the project.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    catalogName String
    The name of the Catalog.
    imageDefinitionName String
    The name of the Image Definition.
    projectName String
    The name of the project.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    catalogName string
    The name of the Catalog.
    imageDefinitionName string
    The name of the Image Definition.
    projectName string
    The name of the project.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    catalog_name str
    The name of the Catalog.
    image_definition_name str
    The name of the Image Definition.
    project_name str
    The name of the project.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    catalogName String
    The name of the Catalog.
    imageDefinitionName String
    The name of the Image Definition.
    projectName String
    The name of the project.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getProjectCatalogImageDefinitionErrorDetails Result

    The following output properties are available:

    Errors List<Pulumi.AzureNative.DevCenter.Outputs.CatalogErrorDetailsResponse>
    Errors associated with resources synchronized from the catalog.
    Errors []CatalogErrorDetailsResponse
    Errors associated with resources synchronized from the catalog.
    errors List<CatalogErrorDetailsResponse>
    Errors associated with resources synchronized from the catalog.
    errors CatalogErrorDetailsResponse[]
    Errors associated with resources synchronized from the catalog.
    errors Sequence[CatalogErrorDetailsResponse]
    Errors associated with resources synchronized from the catalog.
    errors List<Property Map>
    Errors associated with resources synchronized from the catalog.

    Supporting Types

    CatalogErrorDetailsResponse

    Code string
    An identifier for the error.
    Message string
    A message describing the error.
    Code string
    An identifier for the error.
    Message string
    A message describing the error.
    code String
    An identifier for the error.
    message String
    A message describing the error.
    code string
    An identifier for the error.
    message string
    A message describing the error.
    code str
    An identifier for the error.
    message str
    A message describing the error.
    code String
    An identifier for the error.
    message String
    A message describing the error.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi