你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StandbyContainerGroupPoolRuntimeViewProperties Class

Definition

Contains information about a standby pool as last known by the StandbyPool resource provider.

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

Properties

InstanceCountSummary

A list containing the counts of container groups in each possible state, as known by the StandbyPool resource provider.

ProvisioningState

Displays the provisioning state of the standby pool.

Explicit Interface Implementations

IJsonModel<StandbyContainerGroupPoolRuntimeViewProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyContainerGroupPoolRuntimeViewProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyContainerGroupPoolRuntimeViewProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyContainerGroupPoolRuntimeViewProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyContainerGroupPoolRuntimeViewProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to