StandbyContainerGroupPoolElasticityProfile Class

Definition

Specifies the elasticity profile of the standby container group pools.

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

Constructors

StandbyContainerGroupPoolElasticityProfile(Int64)

Initializes a new instance of StandbyContainerGroupPoolElasticityProfile.

Properties

MaxReadyCapacity

Specifies maximum number of standby container groups in the standby pool.

RefillPolicy

Specifies refill policy of the pool.

Explicit Interface Implementations

IJsonModel<StandbyContainerGroupPoolElasticityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyContainerGroupPoolElasticityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyContainerGroupPoolElasticityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyContainerGroupPoolElasticityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyContainerGroupPoolElasticityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to