Class VirtualMachineScaleSetInstanceViewInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetInstanceViewInner
The instance view of a virtual machine scale set.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualMachineScaleSetInstanceViewInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the extensions property: The extensions information.Get the orchestrationServices property: The orchestration services information.statuses()Get the statuses property: The resource status information.voidvalidate()Validates the instance.Get the virtualMachine property: The instance view status summary for the virtual machine scale set.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.
-
Constructor Details
-
VirtualMachineScaleSetInstanceViewInner
public VirtualMachineScaleSetInstanceViewInner()Creates an instance of VirtualMachineScaleSetInstanceViewInner class.
-
-
Method Details
-
virtualMachine
Get the virtualMachine property: The instance view status summary for the virtual machine scale set.- Returns:
- the virtualMachine value.
-
extensions
Get the extensions property: The extensions information.- Returns:
- the extensions value.
-
statuses
Get the statuses property: The resource status information.- Returns:
- the statuses value.
-
withStatuses
Set the statuses property: The resource status information.- Parameters:
statuses- the statuses value to set.- Returns:
- the VirtualMachineScaleSetInstanceViewInner object itself.
-
orchestrationServices
Get the orchestrationServices property: The orchestration services information.- Returns:
- the orchestrationServices value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-