다음을 통해 공유


NGroupContainerGroupProperties Class

Definition

Container Group properties which can be set while creating or updating the NGroups.

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

Constructors

NGroupContainerGroupProperties()

Initializes a new instance of NGroupContainerGroupProperties.

Properties

Containers

Contains information about Container which can be set while creating or updating the NGroups.

SubnetIds

Contains information about Virtual Network Subnet ARM Resource.

Volumes

Contains information about the volumes that can be mounted by Containers in the Container Groups.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NGroupContainerGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NGroupContainerGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NGroupContainerGroupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NGroupContainerGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NGroupContainerGroupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to