Class VirtualMachineExtensionsListResultInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.VirtualMachineExtensionsListResultInner
The List Extension operation response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualMachineExtensionsListResultInner class. -
Method Summary
-
Constructor Details
-
VirtualMachineExtensionsListResultInner
public VirtualMachineExtensionsListResultInner()Creates an instance of VirtualMachineExtensionsListResultInner class.
-
-
Method Details
-
value
Get the value property: The list of extensions.- Returns:
- the value value.
-
withValue
Set the value property: The list of extensions.- Parameters:
value- the value value to set.- Returns:
- the VirtualMachineExtensionsListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-