ContainerGroupProfilePatch Class

Definition

Properties of container group profile that need to be patched.

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

Constructors

ContainerGroupProfilePatch()

Initializes a new instance of ContainerGroupProfilePatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerGroupProfilePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerGroupProfilePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerGroupProfilePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerGroupProfilePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerGroupProfilePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to