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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.devcenter.getCatalogSyncErrorDetails
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets catalog synchronization error details Azure REST API version: 2023-08-01-preview.
Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
Using getCatalogSyncErrorDetails
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 getCatalogSyncErrorDetails(args: GetCatalogSyncErrorDetailsArgs, opts?: InvokeOptions): Promise<GetCatalogSyncErrorDetailsResult>
function getCatalogSyncErrorDetailsOutput(args: GetCatalogSyncErrorDetailsOutputArgs, opts?: InvokeOptions): Output<GetCatalogSyncErrorDetailsResult>
def get_catalog_sync_error_details(catalog_name: Optional[str] = None,
dev_center_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogSyncErrorDetailsResult
def get_catalog_sync_error_details_output(catalog_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[GetCatalogSyncErrorDetailsResult]
func GetCatalogSyncErrorDetails(ctx *Context, args *GetCatalogSyncErrorDetailsArgs, opts ...InvokeOption) (*GetCatalogSyncErrorDetailsResult, error)
func GetCatalogSyncErrorDetailsOutput(ctx *Context, args *GetCatalogSyncErrorDetailsOutputArgs, opts ...InvokeOption) GetCatalogSyncErrorDetailsResultOutput
> Note: This function is named GetCatalogSyncErrorDetails
in the Go SDK.
public static class GetCatalogSyncErrorDetails
{
public static Task<GetCatalogSyncErrorDetailsResult> InvokeAsync(GetCatalogSyncErrorDetailsArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogSyncErrorDetailsResult> Invoke(GetCatalogSyncErrorDetailsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCatalogSyncErrorDetailsResult> getCatalogSyncErrorDetails(GetCatalogSyncErrorDetailsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:devcenter:getCatalogSyncErrorDetails
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Name string - The name of the Catalog.
- Dev
Center stringName - The name of the devcenter.
- 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.
- 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.
- 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.
- 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.
- 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.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getCatalogSyncErrorDetails Result
The following output properties are available:
- Conflicts
List<Pulumi.
Azure Native. Dev Center. Outputs. Catalog Conflict Error Response> - Catalog items that have conflicting names.
- Errors
List<Pulumi.
Azure Native. Dev Center. Outputs. Catalog Sync Error Response> - Errors that occured during synchronization.
- Operation
Error Pulumi.Azure Native. Dev Center. Outputs. Catalog Error Details Response - Error information for the overall synchronization operation.
- Conflicts
[]Catalog
Conflict Error Response - Catalog items that have conflicting names.
- Errors
[]Catalog
Sync Error Response - Errors that occured during synchronization.
- Operation
Error CatalogError Details Response - Error information for the overall synchronization operation.
- conflicts
List<Catalog
Conflict Error Response> - Catalog items that have conflicting names.
- errors
List<Catalog
Sync Error Response> - Errors that occured during synchronization.
- operation
Error CatalogError Details Response - Error information for the overall synchronization operation.
- conflicts
Catalog
Conflict Error Response[] - Catalog items that have conflicting names.
- errors
Catalog
Sync Error Response[] - Errors that occured during synchronization.
- operation
Error CatalogError Details Response - Error information for the overall synchronization operation.
- conflicts
Sequence[Catalog
Conflict Error Response] - Catalog items that have conflicting names.
- errors
Sequence[Catalog
Sync Error Response] - Errors that occured during synchronization.
- operation_
error CatalogError Details Response - Error information for the overall synchronization operation.
- conflicts List<Property Map>
- Catalog items that have conflicting names.
- errors List<Property Map>
- Errors that occured during synchronization.
- operation
Error Property Map - Error information for the overall synchronization operation.
Supporting Types
CatalogConflictErrorResponse
CatalogErrorDetailsResponse
CatalogSyncErrorResponse
- Error
Details List<Pulumi.Azure Native. Dev Center. Inputs. Catalog Error Details Response> - Errors associated with the file.
- Path string
- The path of the file the error is associated with.
- Error
Details []CatalogError Details Response - Errors associated with the file.
- Path string
- The path of the file the error is associated with.
- error
Details List<CatalogError Details Response> - Errors associated with the file.
- path String
- The path of the file the error is associated with.
- error
Details CatalogError Details Response[] - Errors associated with the file.
- path string
- The path of the file the error is associated with.
- error_
details Sequence[CatalogError Details Response] - Errors associated with the file.
- path str
- The path of the file the error is associated with.
- error
Details List<Property Map> - Errors associated with the file.
- path String
- The path of the file the error is associated with.
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi