azure-native.migrate.getMoveCollection

Explore with Pulumi AI

Gets the move collection. API Version: 2021-01-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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0