84 строки
5.7 KiB
YAML
84 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo"
|
|
name: "VirtualMachineInfo"
|
|
nameWithType: "VirtualMachineInfo"
|
|
summary: "Info about the current state of the virtual machine."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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 class **VirtualMachineInfo**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.VirtualMachineInfo()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.VirtualMachineInfo()"
|
|
name: "VirtualMachineInfo()"
|
|
nameWithType: "VirtualMachineInfo.VirtualMachineInfo()"
|
|
syntax: "public VirtualMachineInfo()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.imageReference()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.imageReference()"
|
|
name: "imageReference()"
|
|
nameWithType: "VirtualMachineInfo.imageReference()"
|
|
summary: "Get the image<wbr>Reference value."
|
|
syntax: "public ImageReference imageReference()"
|
|
desc: "Get the imageReference value."
|
|
returns:
|
|
description: "the imageReference value"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ImageReference?alt=com.microsoft.azure.batch.protocol.models.ImageReference&text=ImageReference\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.scaleSetVmResourceId()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.scaleSetVmResourceId()"
|
|
name: "scaleSetVmResourceId()"
|
|
nameWithType: "VirtualMachineInfo.scaleSetVmResourceId()"
|
|
summary: "Get the scale<wbr>Set<wbr>VmResource<wbr>Id value."
|
|
syntax: "public String scaleSetVmResourceId()"
|
|
desc: "Get the scaleSetVmResourceId value."
|
|
returns:
|
|
description: "the scaleSetVmResourceId value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.withImageReference(com.microsoft.azure.batch.protocol.models.ImageReference)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.withImageReference(ImageReference imageReference)"
|
|
name: "withImageReference(ImageReference imageReference)"
|
|
nameWithType: "VirtualMachineInfo.withImageReference(ImageReference imageReference)"
|
|
summary: "Set the image<wbr>Reference value."
|
|
parameters:
|
|
- description: "the imageReference value to set"
|
|
name: "imageReference"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ImageReference?alt=com.microsoft.azure.batch.protocol.models.ImageReference&text=ImageReference\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VirtualMachineInfo withImageReference(ImageReference imageReference)"
|
|
desc: "Set the imageReference value."
|
|
returns:
|
|
description: "the VirtualMachineInfo object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.VirtualMachineInfo?alt=com.microsoft.azure.batch.protocol.models.VirtualMachineInfo&text=VirtualMachineInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.withScaleSetVmResourceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.VirtualMachineInfo.withScaleSetVmResourceId(String scaleSetVmResourceId)"
|
|
name: "withScaleSetVmResourceId(String scaleSetVmResourceId)"
|
|
nameWithType: "VirtualMachineInfo.withScaleSetVmResourceId(String scaleSetVmResourceId)"
|
|
summary: "Set the scale<wbr>Set<wbr>VmResource<wbr>Id value."
|
|
parameters:
|
|
- description: "the scaleSetVmResourceId value to set"
|
|
name: "scaleSetVmResourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VirtualMachineInfo withScaleSetVmResourceId(String scaleSetVmResourceId)"
|
|
desc: "Set the scaleSetVmResourceId value."
|
|
returns:
|
|
description: "the VirtualMachineInfo object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.VirtualMachineInfo?alt=com.microsoft.azure.batch.protocol.models.VirtualMachineInfo&text=VirtualMachineInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Info about the current state of the virtual machine."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:11.2.0
|