azure-native.devcenter.getDevCenterCatalogImageDefinitionErrorDetails
Explore with Pulumi AI
Gets Image Definition error details
Uses Azure REST API version 2025-04-01-preview.
Other available API versions: 2025-07-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 getDevCenterCatalogImageDefinitionErrorDetails
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 getDevCenterCatalogImageDefinitionErrorDetails(args: GetDevCenterCatalogImageDefinitionErrorDetailsArgs, opts?: InvokeOptions): Promise<GetDevCenterCatalogImageDefinitionErrorDetailsResult>
function getDevCenterCatalogImageDefinitionErrorDetailsOutput(args: GetDevCenterCatalogImageDefinitionErrorDetailsOutputArgs, opts?: InvokeOptions): Output<GetDevCenterCatalogImageDefinitionErrorDetailsResult>
def get_dev_center_catalog_image_definition_error_details(catalog_name: Optional[str] = None,
dev_center_name: Optional[str] = None,
image_definition_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDevCenterCatalogImageDefinitionErrorDetailsResult
def get_dev_center_catalog_image_definition_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
dev_center_name: Optional[pulumi.Input[str]] = None,
image_definition_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDevCenterCatalogImageDefinitionErrorDetailsResult]
func GetDevCenterCatalogImageDefinitionErrorDetails(ctx *Context, args *GetDevCenterCatalogImageDefinitionErrorDetailsArgs, opts ...InvokeOption) (*GetDevCenterCatalogImageDefinitionErrorDetailsResult, error)
func GetDevCenterCatalogImageDefinitionErrorDetailsOutput(ctx *Context, args *GetDevCenterCatalogImageDefinitionErrorDetailsOutputArgs, opts ...InvokeOption) GetDevCenterCatalogImageDefinitionErrorDetailsResultOutput
> Note: This function is named GetDevCenterCatalogImageDefinitionErrorDetails
in the Go SDK.
public static class GetDevCenterCatalogImageDefinitionErrorDetails
{
public static Task<GetDevCenterCatalogImageDefinitionErrorDetailsResult> InvokeAsync(GetDevCenterCatalogImageDefinitionErrorDetailsArgs args, InvokeOptions? opts = null)
public static Output<GetDevCenterCatalogImageDefinitionErrorDetailsResult> Invoke(GetDevCenterCatalogImageDefinitionErrorDetailsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDevCenterCatalogImageDefinitionErrorDetailsResult> getDevCenterCatalogImageDefinitionErrorDetails(GetDevCenterCatalogImageDefinitionErrorDetailsArgs args, InvokeOptions options)
public static Output<GetDevCenterCatalogImageDefinitionErrorDetailsResult> getDevCenterCatalogImageDefinitionErrorDetails(GetDevCenterCatalogImageDefinitionErrorDetailsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:devcenter:getDevCenterCatalogImageDefinitionErrorDetails
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Name string - The name of the Catalog.
- Dev
Center stringName - The name of the devcenter.
- Image
Definition stringName - The name of the Image Definition.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Catalog
Name string - The name of the Catalog.
- Dev
Center stringName - The name of the devcenter.
- Image
Definition stringName - The name of the Image Definition.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- catalog
Name String - The name of the Catalog.
- dev
Center StringName - The name of the devcenter.
- image
Definition StringName - The name of the Image Definition.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- catalog
Name string - The name of the Catalog.
- dev
Center stringName - The name of the devcenter.
- image
Definition stringName - The name of the Image Definition.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- catalog_
name str - The name of the Catalog.
- dev_
center_ strname - The name of the devcenter.
- image_
definition_ strname - The name of the Image Definition.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- catalog
Name String - The name of the Catalog.
- dev
Center StringName - The name of the devcenter.
- image
Definition StringName - The name of the Image Definition.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getDevCenterCatalogImageDefinitionErrorDetails 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
[]Catalog
Error Details Response - Errors associated with resources synchronized from the catalog.
- errors
List<Catalog
Error Details Response> - Errors associated with resources synchronized from the catalog.
- errors
Catalog
Error Details Response[] - Errors associated with resources synchronized from the catalog.
- errors
Sequence[Catalog
Error 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