Class VirtualMachineScaleSetVMExtensionsListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetVMExtensionsListResultInner
-
public final class VirtualMachineScaleSetVMExtensionsListResultInner extends Object
The List VMSS VM Extension operation response.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetVMExtensionsListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<VirtualMachineScaleSetVMExtensionInner>value()Get the value property: The list of VMSS VM extensions.VirtualMachineScaleSetVMExtensionsListResultInnerwithValue(List<VirtualMachineScaleSetVMExtensionInner> value)Set the value property: The list of VMSS VM extensions.
-
-
-
Method Detail
-
value
public List<VirtualMachineScaleSetVMExtensionInner> value()
Get the value property: The list of VMSS VM extensions.- Returns:
- the value value.
-
withValue
public VirtualMachineScaleSetVMExtensionsListResultInner withValue(List<VirtualMachineScaleSetVMExtensionInner> value)
Set the value property: The list of VMSS VM extensions.- Parameters:
value- the value value to set.- Returns:
- the VirtualMachineScaleSetVMExtensionsListResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-