StandbyVirtualMachineResourceProperties Class
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.
Details of the StandbyVirtualMachine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachineResourcePropertiesTypeConverter))]
public class StandbyVirtualMachineResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachineResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachineResourcePropertiesTypeConverter))>]
type StandbyVirtualMachineResourceProperties = class
interface IStandbyVirtualMachineResourceProperties
interface IJsonSerializable
Public Class StandbyVirtualMachineResourceProperties
Implements IStandbyVirtualMachineResourceProperties
- Inheritance
-
StandbyVirtualMachineResourceProperties
- Attributes
- Implements
Constructors
StandbyVirtualMachineResourceProperties() |
Creates an new StandbyVirtualMachineResourceProperties instance. |
Properties
ProvisioningState |
The status of the last operation. |
VirtualMachineResourceId |
Resource id of the virtual machine. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StandbyVirtualMachineResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StandbyVirtualMachineResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachineResourceProperties. |
FromJsonString(String) |
Creates a new instance of StandbyVirtualMachineResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StandbyVirtualMachineResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |