1. Packages
  2. Azure Native
  3. API Docs
  4. migrate
  5. getMoveCollection
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.migrate.getMoveCollection

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets the move collection. Azure REST API version: 2022-08-01.

    Other available API versions: 2023-08-01.

    Using getMoveCollection

    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 getMoveCollection(args: GetMoveCollectionArgs, opts?: InvokeOptions): Promise<GetMoveCollectionResult>
    function getMoveCollectionOutput(args: GetMoveCollectionOutputArgs, opts?: InvokeOptions): Output<GetMoveCollectionResult>
    def get_move_collection(move_collection_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetMoveCollectionResult
    def get_move_collection_output(move_collection_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetMoveCollectionResult]
    func LookupMoveCollection(ctx *Context, args *LookupMoveCollectionArgs, opts ...InvokeOption) (*LookupMoveCollectionResult, error)
    func LookupMoveCollectionOutput(ctx *Context, args *LookupMoveCollectionOutputArgs, opts ...InvokeOption) LookupMoveCollectionResultOutput

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

    public static class GetMoveCollection 
    {
        public static Task<GetMoveCollectionResult> InvokeAsync(GetMoveCollectionArgs args, InvokeOptions? opts = null)
        public static Output<GetMoveCollectionResult> Invoke(GetMoveCollectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMoveCollectionResult> getMoveCollection(GetMoveCollectionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:migrate:getMoveCollection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MoveCollectionName string
    The Move Collection Name.
    ResourceGroupName string
    The Resource Group Name.
    MoveCollectionName string
    The Move Collection Name.
    ResourceGroupName string
    The Resource Group Name.
    moveCollectionName String
    The Move Collection Name.
    resourceGroupName String
    The Resource Group Name.
    moveCollectionName string
    The Move Collection Name.
    resourceGroupName string
    The Resource Group Name.
    move_collection_name str
    The Move Collection Name.
    resource_group_name str
    The Resource Group Name.
    moveCollectionName String
    The Move Collection Name.
    resourceGroupName String
    The Resource Group Name.

    getMoveCollection Result

    The following output properties are available:

    Etag string
    The etag of the resource.
    Id string
    Fully qualified resource Id for the resource.
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.Migrate.Outputs.MoveCollectionPropertiesResponse
    Defines the move collection properties.
    SystemData Pulumi.AzureNative.Migrate.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource.
    Identity Pulumi.AzureNative.Migrate.Outputs.IdentityResponse
    Defines the MSI properties of the Move Collection.
    Location string
    The geo-location where the resource lives.
    Tags Dictionary<string, string>
    Resource tags.
    Etag string
    The etag of the resource.
    Id string
    Fully qualified resource Id for the resource.
    Name string
    The name of the resource
    Properties MoveCollectionPropertiesResponse
    Defines the move collection properties.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource.
    Identity IdentityResponse
    Defines the MSI properties of the Move Collection.
    Location string
    The geo-location where the resource lives.
    Tags map[string]string
    Resource tags.
    etag String
    The etag of the resource.
    id String
    Fully qualified resource Id for the resource.
    name String
    The name of the resource
    properties MoveCollectionPropertiesResponse
    Defines the move collection properties.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource.
    identity IdentityResponse
    Defines the MSI properties of the Move Collection.
    location String
    The geo-location where the resource lives.
    tags Map<String,String>
    Resource tags.
    etag string
    The etag of the resource.
    id string
    Fully qualified resource Id for the resource.
    name string
    The name of the resource
    properties MoveCollectionPropertiesResponse
    Defines the move collection properties.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The type of the resource.
    identity IdentityResponse
    Defines the MSI properties of the Move Collection.
    location string
    The geo-location where the resource lives.
    tags {[key: string]: string}
    Resource tags.
    etag str
    The etag of the resource.
    id str
    Fully qualified resource Id for the resource.
    name str
    The name of the resource
    properties MoveCollectionPropertiesResponse
    Defines the move collection properties.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The type of the resource.
    identity IdentityResponse
    Defines the MSI properties of the Move Collection.
    location str
    The geo-location where the resource lives.
    tags Mapping[str, str]
    Resource tags.
    etag String
    The etag of the resource.
    id String
    Fully qualified resource Id for the resource.
    name String
    The name of the resource
    properties Property Map
    Defines the move collection properties.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource.
    identity Property Map
    Defines the MSI properties of the Move Collection.
    location String
    The geo-location where the resource lives.
    tags Map<String>
    Resource tags.

    Supporting Types

    IdentityResponse

    PrincipalId string
    Gets or sets the principal id.
    TenantId string
    Gets or sets the tenant id.
    Type string
    The type of identity used for the resource mover service.
    PrincipalId string
    Gets or sets the principal id.
    TenantId string
    Gets or sets the tenant id.
    Type string
    The type of identity used for the resource mover service.
    principalId String
    Gets or sets the principal id.
    tenantId String
    Gets or sets the tenant id.
    type String
    The type of identity used for the resource mover service.
    principalId string
    Gets or sets the principal id.
    tenantId string
    Gets or sets the tenant id.
    type string
    The type of identity used for the resource mover service.
    principal_id str
    Gets or sets the principal id.
    tenant_id str
    Gets or sets the tenant id.
    type str
    The type of identity used for the resource mover service.
    principalId String
    Gets or sets the principal id.
    tenantId String
    Gets or sets the tenant id.
    type String
    The type of identity used for the resource mover service.

    MoveCollectionPropertiesResponse

    Errors Pulumi.AzureNative.Migrate.Inputs.MoveCollectionPropertiesResponseErrors
    Defines the move collection errors.
    ProvisioningState string
    Defines the provisioning states.
    SourceRegion string
    Gets or sets the source region.
    TargetRegion string
    Gets or sets the target region.
    Version string
    Gets or sets the version of move collection.
    Errors MoveCollectionPropertiesResponseErrors
    Defines the move collection errors.
    ProvisioningState string
    Defines the provisioning states.
    SourceRegion string
    Gets or sets the source region.
    TargetRegion string
    Gets or sets the target region.
    Version string
    Gets or sets the version of move collection.
    errors MoveCollectionPropertiesResponseErrors
    Defines the move collection errors.
    provisioningState String
    Defines the provisioning states.
    sourceRegion String
    Gets or sets the source region.
    targetRegion String
    Gets or sets the target region.
    version String
    Gets or sets the version of move collection.
    errors MoveCollectionPropertiesResponseErrors
    Defines the move collection errors.
    provisioningState string
    Defines the provisioning states.
    sourceRegion string
    Gets or sets the source region.
    targetRegion string
    Gets or sets the target region.
    version string
    Gets or sets the version of move collection.
    errors MoveCollectionPropertiesResponseErrors
    Defines the move collection errors.
    provisioning_state str
    Defines the provisioning states.
    source_region str
    Gets or sets the source region.
    target_region str
    Gets or sets the target region.
    version str
    Gets or sets the version of move collection.
    errors Property Map
    Defines the move collection errors.
    provisioningState String
    Defines the provisioning states.
    sourceRegion String
    Gets or sets the source region.
    targetRegion String
    Gets or sets the target region.
    version String
    Gets or sets the version of move collection.

    MoveCollectionPropertiesResponseErrors

    Properties MoveResourceErrorBodyResponse
    The move resource error body.
    properties MoveResourceErrorBodyResponse
    The move resource error body.
    properties MoveResourceErrorBodyResponse
    The move resource error body.
    properties MoveResourceErrorBodyResponse
    The move resource error body.
    properties Property Map
    The move resource error body.

    MoveResourceErrorBodyResponse

    Code string
    An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
    Details List<Pulumi.AzureNative.Migrate.Inputs.MoveResourceErrorBodyResponse>
    A list of additional details about the error.
    Message string
    A message describing the error, intended to be suitable for display in a user interface.
    Target string
    The target of the particular error. For example, the name of the property in error.
    Code string
    An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
    Details []MoveResourceErrorBodyResponse
    A list of additional details about the error.
    Message string
    A message describing the error, intended to be suitable for display in a user interface.
    Target string
    The target of the particular error. For example, the name of the property in error.
    code String
    An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
    details List<MoveResourceErrorBodyResponse>
    A list of additional details about the error.
    message String
    A message describing the error, intended to be suitable for display in a user interface.
    target String
    The target of the particular error. For example, the name of the property in error.
    code string
    An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
    details MoveResourceErrorBodyResponse[]
    A list of additional details about the error.
    message string
    A message describing the error, intended to be suitable for display in a user interface.
    target string
    The target of the particular error. For example, the name of the property in error.
    code str
    An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
    details Sequence[MoveResourceErrorBodyResponse]
    A list of additional details about the error.
    message str
    A message describing the error, intended to be suitable for display in a user interface.
    target str
    The target of the particular error. For example, the name of the property in error.
    code String
    An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
    details List<Property Map>
    A list of additional details about the error.
    message String
    A message describing the error, intended to be suitable for display in a user interface.
    target String
    The target of the particular error. For example, the name of the property in error.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi