StandbyContainerGroupPoolProperties Class

Definition

Details of the StandbyContainerGroupPool.

public class StandbyContainerGroupPoolProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolProperties>
type StandbyContainerGroupPoolProperties = class
    interface IJsonModel<StandbyContainerGroupPoolProperties>
    interface IPersistableModel<StandbyContainerGroupPoolProperties>
Public Class StandbyContainerGroupPoolProperties
Implements IJsonModel(Of StandbyContainerGroupPoolProperties), IPersistableModel(Of StandbyContainerGroupPoolProperties)
Inheritance
StandbyContainerGroupPoolProperties
Implements

Constructors

StandbyContainerGroupPoolProperties(StandbyContainerGroupPoolElasticityProfile, StandbyContainerGroupProperties)

Initializes a new instance of StandbyContainerGroupPoolProperties.

Properties

ContainerGroupProperties

Specifies container group properties of standby container group pools.

ElasticityProfile

Specifies elasticity profile of standby container group pools.

ProvisioningState

The status of the last operation.

Explicit Interface Implementations

IJsonModel<StandbyContainerGroupPoolProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StandbyContainerGroupPoolProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyContainerGroupPoolProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyContainerGroupPoolProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StandbyContainerGroupPoolProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to