StandbyContainerGroupPoolPatch Class

Definition

The type used for update operations of the StandbyContainerGroupPoolResource.

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

Constructors

StandbyContainerGroupPoolPatch()

Initializes a new instance of StandbyContainerGroupPoolPatch.

Properties

ContainerGroupProperties

Specifies container group properties of standby container group pools.

ElasticityProfile

Specifies elasticity profile of standby container group pools.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<StandbyContainerGroupPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyContainerGroupPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyContainerGroupPoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyContainerGroupPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyContainerGroupPoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to