다음을 통해 공유


NGroupUpdateProfile Class

Definition

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

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

Constructors

NGroupUpdateProfile()

Initializes a new instance of NGroupUpdateProfile.

Properties

RollingUpdateProfile

This profile allows the customers to customize the rolling update.

UpdateMode

Gets or sets the update mode.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NGroupUpdateProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NGroupUpdateProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NGroupUpdateProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NGroupUpdateProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NGroupUpdateProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to