Uses of Class
com.azure.resourcemanager.compute.models.InstanceViewStatus
Packages that use InstanceViewStatus
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of InstanceViewStatus in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return InstanceViewStatusModifier and TypeMethodDescriptionProximityPlacementGroupInner.colocationStatus()Get the colocationStatus property: Describes colocation status of the Proximity Placement Group.ProximityPlacementGroupProperties.colocationStatus()Get the colocationStatus property: Describes colocation status of the Proximity Placement Group.Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type InstanceViewStatusModifier and TypeMethodDescriptionAvailabilitySetInner.statuses()Get the statuses property: The resource status information.AvailabilitySetProperties.statuses()Get the statuses property: The resource status information.VirtualMachineInstanceViewInner.statuses()Get the statuses property: The resource status information.VirtualMachineScaleSetInstanceViewInner.statuses()Get the statuses property: The resource status information.VirtualMachineScaleSetVMInstanceViewInner.statuses()Get the statuses property: The resource status information.RunCommandResultInner.value()Get the value property: Run command operation response.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type InstanceViewStatusModifier and TypeMethodDescriptionProximityPlacementGroupInner.withColocationStatus(InstanceViewStatus colocationStatus) Set the colocationStatus property: Describes colocation status of the Proximity Placement Group.ProximityPlacementGroupProperties.withColocationStatus(InstanceViewStatus colocationStatus) Set the colocationStatus property: Describes colocation status of the Proximity Placement Group.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type InstanceViewStatusModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineScaleSetInstanceViewInner.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineScaleSetVMInstanceViewInner.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.RunCommandResultInner.withValue(List<InstanceViewStatus> value) Set the value property: Run command operation response. -
Uses of InstanceViewStatus in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return InstanceViewStatusModifier and TypeMethodDescriptionSubResourceWithColocationStatus.colocationStatus()Get the colocationStatus property: Describes colocation status of a resource in the Proximity Placement Group.static InstanceViewStatusInstanceViewStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InstanceViewStatus from the JsonReader.BootDiagnosticsInstanceView.status()Get the status property: The boot diagnostics status information for the VM.DiskRestorePointReplicationStatus.status()Get the status property: The resource status information.VirtualMachineExtensionHandlerInstanceView.status()Get the status property: The extension handler status.VirtualMachineHealthStatus.status()Get the status property: The health status information for the VM.Set the code property: The status code.InstanceViewStatus.withDisplayStatus(String displayStatus) Set the displayStatus property: The short localizable label for the status.InstanceViewStatus.withLevel(StatusLevelTypes level) Set the level property: The level code.InstanceViewStatus.withMessage(String message) Set the message property: The detailed status message, including for alerts and error messages.InstanceViewStatus.withTime(OffsetDateTime time) Set the time property: The time of the status.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type InstanceViewStatusModifier and TypeMethodDescriptionVirtualMachinePatchStatus.configurationStatuses()Get the configurationStatuses property: The enablement status of the specified patchMode.DiskVolumeEncryptionMonitor.diskInstanceViewEncryptionStatuses()Gets disks encryption status from instance view level.AvailabilitySet.statuses()Gets the statuses of the existing virtual machines in the availability set.AvailabilitySetUpdate.statuses()Get the statuses property: The resource status information.CapacityReservationInstanceView.statuses()Get the statuses property: The resource status information.DedicatedHostInstanceView.statuses()Get the statuses property: The resource status information.DiskInstanceView.statuses()Get the statuses property: The resource status information.RestorePointInstanceView.statuses()Get the statuses property: The resource status information.VirtualMachineAgentInstanceView.statuses()Get the statuses property: The resource status information.VirtualMachineExtensionInstanceView.statuses()Get the statuses property: The resource status information.VirtualMachineInstanceView.statuses()Get the resource status information.VirtualMachineRunCommandInstanceView.statuses()Get the statuses property: The resource status information.VirtualMachineExtensionInstanceView.substatuses()Get the substatuses property: The resource status information.RunCommandResult.value()Get run command operation response.Methods in com.azure.resourcemanager.compute.models with parameters of type InstanceViewStatusModifier and TypeMethodDescriptionSubResourceWithColocationStatus.withColocationStatus(InstanceViewStatus colocationStatus) Set the colocationStatus property: Describes colocation status of a resource in the Proximity Placement Group.DiskRestorePointReplicationStatus.withStatus(InstanceViewStatus status) Set the status property: The resource status information.VirtualMachineExtensionHandlerInstanceView.withStatus(InstanceViewStatus status) Set the status property: The extension handler status.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type InstanceViewStatusModifier and TypeMethodDescriptionCapacityReservationInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.CapacityReservationInstanceViewWithName.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.DedicatedHostInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.DedicatedHostInstanceViewWithName.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.DiskInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.RestorePointInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineAgentInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineExtensionInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineRunCommandInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.VirtualMachineExtensionInstanceView.withSubstatuses(List<InstanceViewStatus> substatuses) Set the substatuses property: The resource status information.