StandbyContainerGroupPoolRuntimeViewProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET