CommitmentPlanAssociation Class

Definition

The commitment plan association.

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

Properties

CommitmentPlanId

The Azure resource id of the commitment plan.

CommitmentPlanLocation

The location of of the commitment plan.

Explicit Interface Implementations

IJsonModel<CommitmentPlanAssociation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CommitmentPlanAssociation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommitmentPlanAssociation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommitmentPlanAssociation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommitmentPlanAssociation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to