StandbyContainerGroupProperties 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.
Details of the ContainerGroupProperties.
public class StandbyContainerGroupProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupProperties>
type StandbyContainerGroupProperties = class
interface IJsonModel<StandbyContainerGroupProperties>
interface IPersistableModel<StandbyContainerGroupProperties>
Public Class StandbyContainerGroupProperties
Implements IJsonModel(Of StandbyContainerGroupProperties), IPersistableModel(Of StandbyContainerGroupProperties)
- Inheritance
-
StandbyContainerGroupProperties
- Implements
Constructors
StandbyContainerGroupProperties(StandbyContainerGroupProfile) |
Initializes a new instance of StandbyContainerGroupProperties. |
Properties
ContainerGroupProfile |
Specifies container group profile of standby container groups. |
SubnetIds |
Specifies subnet Ids for container group. |
Explicit Interface Implementations
IJsonModel<StandbyContainerGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StandbyContainerGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StandbyContainerGroupProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StandbyContainerGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StandbyContainerGroupProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET