StandbyVirtualMachinePoolProperties 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 StandbyVirtualMachinePool.
public class StandbyVirtualMachinePoolProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolProperties>
type StandbyVirtualMachinePoolProperties = class
interface IJsonModel<StandbyVirtualMachinePoolProperties>
interface IPersistableModel<StandbyVirtualMachinePoolProperties>
Public Class StandbyVirtualMachinePoolProperties
Implements IJsonModel(Of StandbyVirtualMachinePoolProperties), IPersistableModel(Of StandbyVirtualMachinePoolProperties)
- Inheritance
-
StandbyVirtualMachinePoolProperties
- Implements
Constructors
StandbyVirtualMachinePoolProperties(StandbyVirtualMachineState) |
Initializes a new instance of StandbyVirtualMachinePoolProperties. |
Properties
AttachedVirtualMachineScaleSetId |
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. |
ElasticityProfile |
Specifies the elasticity profile of the standby virtual machine pools. |
ProvisioningState |
The status of the last operation. |
VirtualMachineState |
Specifies the desired state of virtual machines in the pool. |
Explicit Interface Implementations
IJsonModel<StandbyVirtualMachinePoolProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StandbyVirtualMachinePoolProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StandbyVirtualMachinePoolProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StandbyVirtualMachinePoolProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StandbyVirtualMachinePoolProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET