VMExtensionInstanceView Class
- java.
lang. Object - com.
azure. compute. batch. models. VMExtensionInstanceView
- com.
Implements
public final class VMExtensionInstanceView
implements JsonSerializable<VMExtensionInstanceView>
The vm extension instance view.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
VMExtension |
fromJson(JsonReader jsonReader)
Reads an instance of VMExtension |
| String |
getName()
Get the name property: The name of the vm extension instance view. |
|
List<Instance |
getStatuses()
Get the statuses property: The resource status information. |
|
List<Instance |
getSubStatuses()
Get the sub |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static VMExtensionInstanceView fromJson(JsonReader jsonReader)
Reads an instance of VMExtensionInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The name of the vm extension instance view.
Returns:
getStatuses
public List<InstanceViewStatus> getStatuses()
Get the statuses property: The resource status information.
Returns:
getSubStatuses
public List<InstanceViewStatus> getSubStatuses()
Get the subStatuses property: The resource status information.
Returns: