PowerState.FromInstanceView(VirtualMachineInstanceView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of PowerState from the virtual machine instance view status entry corresponding to the power state.
public static Microsoft.Azure.Management.Compute.Fluent.PowerState FromInstanceView (Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInstanceView virtualMachineInstanceView);
static member FromInstanceView : Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInstanceView -> Microsoft.Azure.Management.Compute.Fluent.PowerState
Public Shared Function FromInstanceView (virtualMachineInstanceView As VirtualMachineInstanceView) As PowerState
Parameters
- virtualMachineInstanceView
- VirtualMachineInstanceView
the virtual machine instance view
Returns
the PowerState