BatchNodeVMExtension Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchNodeVMExtension
- com.
Implements
public final class BatchNodeVMExtension
implements JsonSerializable<BatchNodeVMExtension>
The configuration for virtual machine extension instance view.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
VMExtension |
getInstanceView()
Get the instance |
| String |
getProvisioningState()
Get the provisioning |
| VMExtension |
getVmExtension()
Get the vm |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchNodeVMExtension fromJson(JsonReader jsonReader)
Reads an instance of BatchNodeVMExtension from the JsonReader.
Parameters:
Returns:
Throws:
getInstanceView
public VMExtensionInstanceView getInstanceView()
Get the instanceView property: The vm extension instance view.
Returns:
getProvisioningState
public String getProvisioningState()
Get the provisioningState property: The provisioning state of the virtual machine extension.
Returns:
getVmExtension
public VMExtension getVmExtension()
Get the vmExtension property: The virtual machine extension.
Returns: