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

167 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.VirtualMachines"
fullName: "com.azure.resourcemanager.avs.models.VirtualMachines"
name: "VirtualMachines"
nameWithType: "VirtualMachines"
summary: "Resource collection API of Virtual<wbr>Machines."
syntax: "public interface **VirtualMachines**"
methods:
- uid: "com.azure.resourcemanager.avs.models.VirtualMachines.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.VirtualMachines.get(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId)"
name: "get(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId)"
nameWithType: "VirtualMachines.get(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId)"
summary: "Get a Virtual<wbr>Machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the cluster."
name: "clusterName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the virtual machine."
name: "virtualMachineId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VirtualMachine get(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId)"
desc: "Get a VirtualMachine."
returns:
description: "a VirtualMachine."
type: "<xref href=\"com.azure.resourcemanager.avs.models.VirtualMachine?alt=com.azure.resourcemanager.avs.models.VirtualMachine&text=VirtualMachine\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.VirtualMachines.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.VirtualMachines.getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, Context context)"
name: "getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, Context context)"
nameWithType: "VirtualMachines.getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, Context context)"
summary: "Get a Virtual<wbr>Machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the cluster."
name: "clusterName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the virtual machine."
name: "virtualMachineId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<VirtualMachine> getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, Context context)"
desc: "Get a VirtualMachine."
returns:
description: "a VirtualMachine along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.avs.models.VirtualMachine?alt=com.azure.resourcemanager.avs.models.VirtualMachine&text=VirtualMachine\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.VirtualMachines.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.VirtualMachines.list(String resourceGroupName, String privateCloudName, String clusterName)"
name: "list(String resourceGroupName, String privateCloudName, String clusterName)"
nameWithType: "VirtualMachines.list(String resourceGroupName, String privateCloudName, String clusterName)"
summary: "List Virtual<wbr>Machine resources by Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the cluster."
name: "clusterName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<VirtualMachine> list(String resourceGroupName, String privateCloudName, String clusterName)"
desc: "List VirtualMachine resources by Cluster."
returns:
description: "the response of a VirtualMachine list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.avs.models.VirtualMachine?alt=com.azure.resourcemanager.avs.models.VirtualMachine&text=VirtualMachine\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.VirtualMachines.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.VirtualMachines.list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
name: "list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
nameWithType: "VirtualMachines.list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
summary: "List Virtual<wbr>Machine resources by Cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the cluster."
name: "clusterName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<VirtualMachine> list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
desc: "List VirtualMachine resources by Cluster."
returns:
description: "the response of a VirtualMachine list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.avs.models.VirtualMachine?alt=com.azure.resourcemanager.avs.models.VirtualMachine&text=VirtualMachine\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.VirtualMachines.restrictMovement(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.models.VirtualMachineRestrictMovement)"
fullName: "com.azure.resourcemanager.avs.models.VirtualMachines.restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement)"
name: "restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement)"
nameWithType: "VirtualMachines.restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement)"
summary: "Enable or disable DRS-driven VM movement restriction."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the cluster."
name: "clusterName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the virtual machine."
name: "virtualMachineId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The body type of the operation request."
name: "restrictMovement"
type: "<xref href=\"com.azure.resourcemanager.avs.models.VirtualMachineRestrictMovement?alt=com.azure.resourcemanager.avs.models.VirtualMachineRestrictMovement&text=VirtualMachineRestrictMovement\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement)"
desc: "Enable or disable DRS-driven VM movement restriction."
- uid: "com.azure.resourcemanager.avs.models.VirtualMachines.restrictMovement(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.models.VirtualMachineRestrictMovement,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.VirtualMachines.restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement, Context context)"
name: "restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement, Context context)"
nameWithType: "VirtualMachines.restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement, Context context)"
summary: "Enable or disable DRS-driven VM movement restriction."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the cluster."
name: "clusterName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "ID of the virtual machine."
name: "virtualMachineId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The body type of the operation request."
name: "restrictMovement"
type: "<xref href=\"com.azure.resourcemanager.avs.models.VirtualMachineRestrictMovement?alt=com.azure.resourcemanager.avs.models.VirtualMachineRestrictMovement&text=VirtualMachineRestrictMovement\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void restrictMovement(String resourceGroupName, String privateCloudName, String clusterName, String virtualMachineId, VirtualMachineRestrictMovement restrictMovement, Context context)"
desc: "Enable or disable DRS-driven VM movement restriction."
type: "interface"
desc: "Resource collection API of VirtualMachines."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0