Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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 |
VirtualMachine.powerState() |
PowerState |
VirtualMachineScaleSetVM.powerState() |
Modifier and Type | Method and Description |
---|---|
static Collection<PowerState> |
PowerState.values() |
Copyright © 2019. All rights reserved.