Class VirtualMachineScaleSetVMExtensionsSummary
java.lang.Object
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMExtensionsSummary
- All Implemented Interfaces:
com.azure.json.JsonSerializable<VirtualMachineScaleSetVMExtensionsSummary>
public final class VirtualMachineScaleSetVMExtensionsSummary
extends Object
implements com.azure.json.JsonSerializable<VirtualMachineScaleSetVMExtensionsSummary>
Extensions summary for virtual machines of a virtual machine scale set.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualMachineScaleSetVMExtensionsSummary class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetVMExtensionsSummary from the JsonReader.name()Get the name property: The extension name.Get the statusesSummary property: The extensions information.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.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
-
Constructor Details
-
VirtualMachineScaleSetVMExtensionsSummary
public VirtualMachineScaleSetVMExtensionsSummary()Creates an instance of VirtualMachineScaleSetVMExtensionsSummary class.
-
-
Method Details
-
name
Get the name property: The extension name.- Returns:
- the name value.
-
statusesSummary
Get the statusesSummary property: The extensions information.- Returns:
- the statusesSummary value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<VirtualMachineScaleSetVMExtensionsSummary>- Throws:
IOException
-
fromJson
public static VirtualMachineScaleSetVMExtensionsSummary fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of VirtualMachineScaleSetVMExtensionsSummary from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of VirtualMachineScaleSetVMExtensionsSummary 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 VirtualMachineScaleSetVMExtensionsSummary.
-