| Modifier and Type | Field and Description |
|---|---|
static PowerState |
PowerState.DEALLOCATED
Static value PowerState/deallocated for PowerState.
|
static PowerState |
PowerState.DEALLOCATING
Static value PowerState/deallocating for PowerState.
|
static PowerState |
PowerState.RUNNING
Static value PowerState/running for PowerState.
|
static PowerState |
PowerState.STARTING
Static value PowerState/starting for PowerState.
|
static PowerState |
PowerState.STOPPED
Static value PowerState/stopped for PowerState.
|
static PowerState |
PowerState.STOPPING
Static value PowerState/stopping for PowerState.
|
static PowerState |
PowerState.UNKNOWN
Static value PowerState/unknown for PowerState.
|
| Modifier and Type | Method and Description |
|---|---|
static PowerState |
PowerState.fromInstanceView(VirtualMachineInstanceView virtualMachineInstanceView)
Creates an instance of PowerState from the virtual machine instance view status entry corresponding
to the power state.
|
static PowerState |
PowerState.fromString(String name)
Finds or creates a PowerState value.
|
PowerState |
VirtualMachineScaleSetVM.powerState() |
PowerState |
VirtualMachine.powerState() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<PowerState> |
PowerState.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/