StandbyContainerGroupProfile Class

Definition

Details of the ContainerGroupProfile.

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

Constructors

StandbyContainerGroupProfile(ResourceIdentifier)

Initializes a new instance of StandbyContainerGroupProfile.

Properties

Id

Specifies container group profile id of standby container groups.

Revision

Specifies revision of container group profile.

Explicit Interface Implementations

IJsonModel<StandbyContainerGroupProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyContainerGroupProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyContainerGroupProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyContainerGroupProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyContainerGroupProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to