CognitiveServicesCommitmentPlanPatch Class

Definition

The object being used to update tags and sku of a resource, in general used for PATCH operations.

public class CognitiveServicesCommitmentPlanPatch : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPatchResourceTags, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesCommitmentPlanPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesCommitmentPlanPatch>
type CognitiveServicesCommitmentPlanPatch = class
    inherit CognitiveServicesPatchResourceTags
    interface IJsonModel<CognitiveServicesCommitmentPlanPatch>
    interface IPersistableModel<CognitiveServicesCommitmentPlanPatch>
Public Class CognitiveServicesCommitmentPlanPatch
Inherits CognitiveServicesPatchResourceTags
Implements IJsonModel(Of CognitiveServicesCommitmentPlanPatch), IPersistableModel(Of CognitiveServicesCommitmentPlanPatch)
Inheritance
CognitiveServicesCommitmentPlanPatch
Implements

Constructors

CognitiveServicesCommitmentPlanPatch()

Initializes a new instance of CognitiveServicesCommitmentPlanPatch.

Properties

Sku

The resource model definition representing SKU.

Tags

Resource tags.

(Inherited from CognitiveServicesPatchResourceTags)

Explicit Interface Implementations

IJsonModel<CognitiveServicesCommitmentPlanPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesCommitmentPlanPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<CognitiveServicesPatchResourceTags>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CognitiveServicesPatchResourceTags)
IJsonModel<CognitiveServicesPatchResourceTags>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CognitiveServicesPatchResourceTags)
IPersistableModel<CognitiveServicesCommitmentPlanPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesCommitmentPlanPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesCommitmentPlanPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<CognitiveServicesPatchResourceTags>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CognitiveServicesPatchResourceTags)
IPersistableModel<CognitiveServicesPatchResourceTags>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CognitiveServicesPatchResourceTags)
IPersistableModel<CognitiveServicesPatchResourceTags>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CognitiveServicesPatchResourceTags)

Applies to