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

113 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings"
name: "VirtualMachineResourceSettings"
nameWithType: "VirtualMachineResourceSettings"
summary: "Gets or sets the virtual machine resource settings."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.targetResourceName()?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.targetResourceName&text=targetResourceName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.withTargetResourceName(java.lang.String)?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings.withTargetResourceName&text=withTargetResourceName\" data-throw-if-not-resolved=\"False\" />"
- 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 **VirtualMachineResourceSettings**</br> extends <xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.VirtualMachineResourceSettings()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.VirtualMachineResourceSettings()"
name: "VirtualMachineResourceSettings()"
nameWithType: "VirtualMachineResourceSettings.VirtualMachineResourceSettings()"
syntax: "public VirtualMachineResourceSettings()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.targetAvailabilitySetId()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.targetAvailabilitySetId()"
name: "targetAvailabilitySetId()"
nameWithType: "VirtualMachineResourceSettings.targetAvailabilitySetId()"
summary: "Get gets or sets the target availability set id for virtual machines not in an availability set at source."
syntax: "public String targetAvailabilitySetId()"
desc: "Get gets or sets the target availability set id for virtual machines not in an availability set at source."
returns:
description: "the targetAvailabilitySetId 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.VirtualMachineResourceSettings.targetAvailabilityZone()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.targetAvailabilityZone()"
name: "targetAvailabilityZone()"
nameWithType: "VirtualMachineResourceSettings.targetAvailabilityZone()"
summary: "Get gets or sets the target availability zone."
syntax: "public TargetAvailabilityZone targetAvailabilityZone()"
desc: "Get gets or sets the target availability zone. Possible values include: '1', '2', '3', 'NA'."
returns:
description: "the targetAvailabilityZone value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.TargetAvailabilityZone?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.TargetAvailabilityZone&text=TargetAvailabilityZone\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.targetVmSize()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.targetVmSize()"
name: "targetVmSize()"
nameWithType: "VirtualMachineResourceSettings.targetVmSize()"
summary: "Get gets or sets the target virtual machine size."
syntax: "public String targetVmSize()"
desc: "Get gets or sets the target virtual machine size."
returns:
description: "the targetVmSize 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.VirtualMachineResourceSettings.withTargetAvailabilitySetId(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.withTargetAvailabilitySetId(String targetAvailabilitySetId)"
name: "withTargetAvailabilitySetId(String targetAvailabilitySetId)"
nameWithType: "VirtualMachineResourceSettings.withTargetAvailabilitySetId(String targetAvailabilitySetId)"
summary: "Set gets or sets the target availability set id for virtual machines not in an availability set at source."
parameters:
- description: "the targetAvailabilitySetId value to set"
name: "targetAvailabilitySetId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualMachineResourceSettings withTargetAvailabilitySetId(String targetAvailabilitySetId)"
desc: "Set gets or sets the target availability set id for virtual machines not in an availability set at source."
returns:
description: "the VirtualMachineResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.withTargetAvailabilityZone(com.microsoft.azure.management.resourcemover.v2021_01_01.TargetAvailabilityZone)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
name: "withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
nameWithType: "VirtualMachineResourceSettings.withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
summary: "Set gets or sets the target availability zone."
parameters:
- description: "the targetAvailabilityZone value to set"
name: "targetAvailabilityZone"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.TargetAvailabilityZone?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.TargetAvailabilityZone&text=TargetAvailabilityZone\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualMachineResourceSettings withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
desc: "Set gets or sets the target availability zone. Possible values include: '1', '2', '3', 'NA'."
returns:
description: "the VirtualMachineResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.withTargetVmSize(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings.withTargetVmSize(String targetVmSize)"
name: "withTargetVmSize(String targetVmSize)"
nameWithType: "VirtualMachineResourceSettings.withTargetVmSize(String targetVmSize)"
summary: "Set gets or sets the target virtual machine size."
parameters:
- description: "the targetVmSize value to set"
name: "targetVmSize"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualMachineResourceSettings withTargetVmSize(String targetVmSize)"
desc: "Set gets or sets the target virtual machine size."
returns:
description: "the VirtualMachineResourceSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Gets or sets the virtual machine resource settings."
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0