azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

200 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings"
fullName: "com.azure.resourcemanager.resourcemover.models.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.azure.resourcemanager.resourcemover.models.ResourceSettings?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.resourcemover.models.ResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.resourcemover.models.ResourceSettings.targetResourceGroupName()?alt=com.azure.resourcemanager.resourcemover.models.ResourceSettings.targetResourceGroupName&text=targetResourceGroupName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resourcemover.models.ResourceSettings.targetResourceName()?alt=com.azure.resourcemanager.resourcemover.models.ResourceSettings.targetResourceName&text=targetResourceName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resourcemover.models.ResourceSettings.validate()?alt=com.azure.resourcemanager.resourcemover.models.ResourceSettings.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resourcemover.models.ResourceSettings.withTargetResourceGroupName(java.lang.String)?alt=com.azure.resourcemanager.resourcemover.models.ResourceSettings.withTargetResourceGroupName&text=withTargetResourceGroupName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resourcemover.models.ResourceSettings.withTargetResourceName(java.lang.String)?alt=com.azure.resourcemanager.resourcemover.models.ResourceSettings.withTargetResourceName&text=withTargetResourceName\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **VirtualMachineResourceSettings**</br> extends <xref href=\"com.azure.resourcemanager.resourcemover.models.ResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.ResourceSettings&text=ResourceSettings\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.VirtualMachineResourceSettings()"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.VirtualMachineResourceSettings()"
name: "VirtualMachineResourceSettings()"
nameWithType: "VirtualMachineResourceSettings.VirtualMachineResourceSettings()"
summary: "Creates an instance of Virtual<wbr>Machine<wbr>Resource<wbr>Settings class."
syntax: "public VirtualMachineResourceSettings()"
desc: "Creates an instance of VirtualMachineResourceSettings class."
methods:
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.tags()"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.tags()"
name: "tags()"
nameWithType: "VirtualMachineResourceSettings.tags()"
summary: "Get the tags property: Gets or sets the Resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Gets or sets the Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.targetAvailabilitySetId()"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.targetAvailabilitySetId()"
name: "targetAvailabilitySetId()"
nameWithType: "VirtualMachineResourceSettings.targetAvailabilitySetId()"
summary: "Get the target<wbr>Availability<wbr>Set<wbr>Id property: Gets or sets the target availability set id for virtual machines not in an availability set at source."
syntax: "public String targetAvailabilitySetId()"
desc: "Get the targetAvailabilitySetId property: Gets or sets the target availability set id for virtual machines not in an availability set at source."
returns:
description: "the targetAvailabilitySetId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.targetAvailabilityZone()"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.targetAvailabilityZone()"
name: "targetAvailabilityZone()"
nameWithType: "VirtualMachineResourceSettings.targetAvailabilityZone()"
summary: "Get the target<wbr>Availability<wbr>Zone property: Gets or sets the target availability zone."
syntax: "public TargetAvailabilityZone targetAvailabilityZone()"
desc: "Get the targetAvailabilityZone property: Gets or sets the target availability zone."
returns:
description: "the targetAvailabilityZone value."
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.TargetAvailabilityZone?alt=com.azure.resourcemanager.resourcemover.models.TargetAvailabilityZone&text=TargetAvailabilityZone\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.targetVmSize()"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.targetVmSize()"
name: "targetVmSize()"
nameWithType: "VirtualMachineResourceSettings.targetVmSize()"
summary: "Get the target<wbr>VmSize property: Gets or sets the target virtual machine size."
syntax: "public String targetVmSize()"
desc: "Get the targetVmSize property: Gets or sets the target virtual machine size."
returns:
description: "the targetVmSize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.userManagedIdentities()"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.userManagedIdentities()"
name: "userManagedIdentities()"
nameWithType: "VirtualMachineResourceSettings.userManagedIdentities()"
summary: "Get the user<wbr>Managed<wbr>Identities property: Gets or sets user-managed identities."
syntax: "public List<String> userManagedIdentities()"
desc: "Get the userManagedIdentities property: Gets or sets user-managed identities."
returns:
description: "the userManagedIdentities value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.validate()"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.validate()"
name: "validate()"
nameWithType: "VirtualMachineResourceSettings.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.resourcemover.models.ResourceSettings.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "VirtualMachineResourceSettings.withTags(Map<String,String> tags)"
summary: "Set the tags property: Gets or sets the Resource tags."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public VirtualMachineResourceSettings withTags(Map<String,String> tags)"
desc: "Set the tags property: Gets or sets the Resource tags."
returns:
description: "the VirtualMachineResourceSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetAvailabilitySetId(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetAvailabilitySetId(String targetAvailabilitySetId)"
name: "withTargetAvailabilitySetId(String targetAvailabilitySetId)"
nameWithType: "VirtualMachineResourceSettings.withTargetAvailabilitySetId(String targetAvailabilitySetId)"
summary: "Set the target<wbr>Availability<wbr>Set<wbr>Id property: 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VirtualMachineResourceSettings withTargetAvailabilitySetId(String targetAvailabilitySetId)"
desc: "Set the targetAvailabilitySetId property: 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.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetAvailabilityZone(com.azure.resourcemanager.resourcemover.models.TargetAvailabilityZone)"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
name: "withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
nameWithType: "VirtualMachineResourceSettings.withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
summary: "Set the target<wbr>Availability<wbr>Zone property: Gets or sets the target availability zone."
parameters:
- description: "the targetAvailabilityZone value to set."
name: "targetAvailabilityZone"
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.TargetAvailabilityZone?alt=com.azure.resourcemanager.resourcemover.models.TargetAvailabilityZone&text=TargetAvailabilityZone\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualMachineResourceSettings withTargetAvailabilityZone(TargetAvailabilityZone targetAvailabilityZone)"
desc: "Set the targetAvailabilityZone property: Gets or sets the target availability zone."
returns:
description: "the VirtualMachineResourceSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetResourceGroupName(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetResourceGroupName(String targetResourceGroupName)"
name: "withTargetResourceGroupName(String targetResourceGroupName)"
nameWithType: "VirtualMachineResourceSettings.withTargetResourceGroupName(String targetResourceGroupName)"
summary: "Set the target<wbr>Resource<wbr>Group<wbr>Name property: Gets or sets the target resource group name."
overridden: "com.azure.resourcemanager.resourcemover.models.ResourceSettings.withTargetResourceGroupName(java.lang.String)"
parameters:
- name: "targetResourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VirtualMachineResourceSettings withTargetResourceGroupName(String targetResourceGroupName)"
desc: "Set the targetResourceGroupName property: Gets or sets the target resource group name."
returns:
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetResourceName(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetResourceName(String targetResourceName)"
name: "withTargetResourceName(String targetResourceName)"
nameWithType: "VirtualMachineResourceSettings.withTargetResourceName(String targetResourceName)"
summary: "Set the target<wbr>Resource<wbr>Name property: Gets or sets the target Resource name."
overridden: "com.azure.resourcemanager.resourcemover.models.ResourceSettings.withTargetResourceName(java.lang.String)"
parameters:
- name: "targetResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VirtualMachineResourceSettings withTargetResourceName(String targetResourceName)"
desc: "Set the targetResourceName property: Gets or sets the target Resource name."
returns:
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetVmSize(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withTargetVmSize(String targetVmSize)"
name: "withTargetVmSize(String targetVmSize)"
nameWithType: "VirtualMachineResourceSettings.withTargetVmSize(String targetVmSize)"
summary: "Set the target<wbr>VmSize property: Gets or sets the target virtual machine size."
parameters:
- description: "the targetVmSize value to set."
name: "targetVmSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VirtualMachineResourceSettings withTargetVmSize(String targetVmSize)"
desc: "Set the targetVmSize property: Gets or sets the target virtual machine size."
returns:
description: "the VirtualMachineResourceSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withUserManagedIdentities(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings.withUserManagedIdentities(List<String> userManagedIdentities)"
name: "withUserManagedIdentities(List<String> userManagedIdentities)"
nameWithType: "VirtualMachineResourceSettings.withUserManagedIdentities(List<String> userManagedIdentities)"
summary: "Set the user<wbr>Managed<wbr>Identities property: Gets or sets user-managed identities."
parameters:
- description: "the userManagedIdentities value to set."
name: "userManagedIdentities"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public VirtualMachineResourceSettings withUserManagedIdentities(List<String> userManagedIdentities)"
desc: "Set the userManagedIdentities property: Gets or sets user-managed identities."
returns:
description: "the VirtualMachineResourceSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings?alt=com.azure.resourcemanager.resourcemover.models.VirtualMachineResourceSettings&text=VirtualMachineResourceSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Gets or sets the virtual machine resource settings."
metadata: {}
package: "com.azure.resourcemanager.resourcemover.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resourcemover:1.1.0