azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

118 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties"
name: "MoveCollectionProperties"
nameWithType: "MoveCollectionProperties"
summary: "Defines the move collection properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **MoveCollectionProperties**"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.MoveCollectionProperties()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.MoveCollectionProperties()"
name: "MoveCollectionProperties()"
nameWithType: "MoveCollectionProperties.MoveCollectionProperties()"
syntax: "public MoveCollectionProperties()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.errors()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.errors()"
name: "errors()"
nameWithType: "MoveCollectionProperties.errors()"
summary: "Get defines the move collection errors."
syntax: "public MoveCollectionPropertiesErrors errors()"
desc: "Get defines the move collection errors."
returns:
description: "the errors value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionPropertiesErrors?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionPropertiesErrors&text=MoveCollectionPropertiesErrors\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.provisioningState()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "MoveCollectionProperties.provisioningState()"
summary: "Get possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'."
syntax: "public ProvisioningState provisioningState()"
desc: "Get possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ProvisioningState?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.sourceRegion()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.sourceRegion()"
name: "sourceRegion()"
nameWithType: "MoveCollectionProperties.sourceRegion()"
summary: "Get gets or sets the source region."
syntax: "public String sourceRegion()"
desc: "Get gets or sets the source region."
returns:
description: "the sourceRegion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.targetRegion()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.targetRegion()"
name: "targetRegion()"
nameWithType: "MoveCollectionProperties.targetRegion()"
summary: "Get gets or sets the target region."
syntax: "public String targetRegion()"
desc: "Get gets or sets the target region."
returns:
description: "the targetRegion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.withProvisioningState(com.microsoft.azure.management.resourcemover.v2021_01_01.ProvisioningState)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.withProvisioningState(ProvisioningState provisioningState)"
name: "withProvisioningState(ProvisioningState provisioningState)"
nameWithType: "MoveCollectionProperties.withProvisioningState(ProvisioningState provisioningState)"
summary: "Set possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'."
parameters:
- description: "the provisioningState value to set"
name: "provisioningState"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ProvisioningState?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveCollectionProperties withProvisioningState(ProvisioningState provisioningState)"
desc: "Set possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'."
returns:
description: "the MoveCollectionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties&text=MoveCollectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.withSourceRegion(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.withSourceRegion(String sourceRegion)"
name: "withSourceRegion(String sourceRegion)"
nameWithType: "MoveCollectionProperties.withSourceRegion(String sourceRegion)"
summary: "Set gets or sets the source region."
parameters:
- description: "the sourceRegion value to set"
name: "sourceRegion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveCollectionProperties withSourceRegion(String sourceRegion)"
desc: "Set gets or sets the source region."
returns:
description: "the MoveCollectionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties&text=MoveCollectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.withTargetRegion(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties.withTargetRegion(String targetRegion)"
name: "withTargetRegion(String targetRegion)"
nameWithType: "MoveCollectionProperties.withTargetRegion(String targetRegion)"
summary: "Set gets or sets the target region."
parameters:
- description: "the targetRegion value to set"
name: "targetRegion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveCollectionProperties withTargetRegion(String targetRegion)"
desc: "Set gets or sets the target region."
returns:
description: "the MoveCollectionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties&text=MoveCollectionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the move collection properties."
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0