VirtualMachineScaleSetVMExtensionsListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetVMExtensionsListResultInner

Implements

public final class VirtualMachineScaleSetVMExtensionsListResultInner
implements JsonSerializable<VirtualMachineScaleSetVMExtensionsListResultInner>

The List VMSS VM Extension operation response.

Method Summary

Modifier and Type Method and Description
static VirtualMachineScaleSetVMExtensionsListResultInner fromJson(JsonReader jsonReader)

Reads an instance of VirtualMachineScaleSetVMExtensionsListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<VirtualMachineScaleSetVMExtensionInner> value()

Get the value property: The list of VMSS VM extensions.

Methods inherited from java.lang.Object

Method Details

fromJson

public static VirtualMachineScaleSetVMExtensionsListResultInner fromJson(JsonReader jsonReader)

Reads an instance of VirtualMachineScaleSetVMExtensionsListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of VirtualMachineScaleSetVMExtensionsListResultInner 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 VirtualMachineScaleSetVMExtensionsListResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<VirtualMachineScaleSetVMExtensionInner> value()

Get the value property: The list of VMSS VM extensions.

Returns:

the value value.

Applies to