Share via


NGroupPatch Class

Definition

Describes the NGroups resource.

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

Constructors

NGroupPatch()

Initializes a new instance of NGroupPatch.

Properties

ContainerGroupProfiles

The Container Group Profiles that could be used in the NGroups resource.

ElasticProfile

The elastic profile.

Identity

The identity of the NGroup, if configured.

PlacementFaultDomainCount

The number of fault domains to be used to spread CGs in the NGroups resource. This can only be specified during NGroup creation and is immutable after that.

ProvisioningState

The provisioning state, which only appears in the response.

SystemData

Metadata pertaining to creation and last modification of the resource.

Tags

The resource tags.

UpdateProfile

Used by the customer to specify the way to update the Container Groups in NGroup.

Zones

The zones for the NGroup.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to