Uses of Class
com.microsoft.azure.management.compute.InstanceViewStatus
Packages that use InstanceViewStatus
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of InstanceViewStatus in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return InstanceViewStatusModifier and TypeMethodDescriptionSubResourceWithColocationStatus.colocationStatus()Get describes colocation status of a resource in the Proximity Placement Group.BootDiagnosticsInstanceView.status()Get the boot diagnostics status information for the VM.VirtualMachineExtensionHandlerInstanceView.status()Get the extension handler status.VirtualMachineHealthStatus.status()Get the health status information for the VM.Set the status code.InstanceViewStatus.withDisplayStatus(String displayStatus) Set the short localizable label for the status.InstanceViewStatus.withLevel(StatusLevelTypes level) Set the level code.InstanceViewStatus.withMessage(String message) Set the detailed status message, including for alerts and error messages.InstanceViewStatus.withTime(org.joda.time.DateTime time) Set the time of the status.Methods in com.microsoft.azure.management.compute that return types with arguments of type InstanceViewStatusModifier and TypeMethodDescriptionVirtualMachinePatchStatus.configurationStatuses()Get the enablement status of the specified patchMode.DiskVolumeEncryptionMonitor.diskInstanceViewEncryptionStatuses()AvailabilitySet.statuses()AvailabilitySetUpdate.statuses()Get the resource status information.DedicatedHostInstanceView.statuses()Get the resource status information.DiskInstanceView.statuses()Get the resource status information.VirtualMachineAgentInstanceView.statuses()Get the resource status information.VirtualMachineExtensionInstanceView.statuses()Get the resource status information.VirtualMachineInstanceView.statuses()Get the resource status information.VirtualMachineRunCommandInstanceView.statuses()Get the resource status information.VirtualMachineExtensionInstanceView.substatuses()Get the resource status information.RunCommandResult.value()Get run command operation response.Methods in com.microsoft.azure.management.compute with parameters of type InstanceViewStatusModifier and TypeMethodDescriptionSubResourceWithColocationStatus.withColocationStatus(InstanceViewStatus colocationStatus) Set describes colocation status of a resource in the Proximity Placement Group.VirtualMachineExtensionHandlerInstanceView.withStatus(InstanceViewStatus status) Set the extension handler status.Method parameters in com.microsoft.azure.management.compute with type arguments of type InstanceViewStatusModifier and TypeMethodDescriptionDedicatedHostInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the resource status information.DiskInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the resource status information.VirtualMachineAgentInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the resource status information.VirtualMachineExtensionInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the resource status information.VirtualMachineRunCommandInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the resource status information.VirtualMachineExtensionInstanceView.withSubstatuses(List<InstanceViewStatus> substatuses) Set the resource status information.