Package com.azure.compute.batch.models
Class VMExtensionInstanceView
java.lang.Object
com.azure.compute.batch.models.VMExtensionInstanceView
- All Implemented Interfaces:
com.azure.json.JsonSerializable<VMExtensionInstanceView>
public final class VMExtensionInstanceView
extends Object
implements com.azure.json.JsonSerializable<VMExtensionInstanceView>
The vm extension instance view.
-
Method Summary
Modifier and TypeMethodDescriptionstatic VMExtensionInstanceViewfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VMExtensionInstanceView from the JsonReader.getName()Get the name property: The name of the vm extension instance view.Get the statuses property: The resource status information.Get the subStatuses property: The resource status information.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getName
Get the name property: The name of the vm extension instance view.- Returns:
- the name value.
-
getStatuses
Get the statuses property: The resource status information.- Returns:
- the statuses value.
-
getSubStatuses
Get the subStatuses property: The resource status information.- Returns:
- the subStatuses value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<VMExtensionInstanceView>- Throws:
IOException
-
fromJson
public static VMExtensionInstanceView fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of VMExtensionInstanceView from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of VMExtensionInstanceView if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the VMExtensionInstanceView.
-