ApiTagDescriptionCreateOrUpdateContent Class

Definition

Parameters supplied to the Create TagDescription operation.

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

Constructors

ApiTagDescriptionCreateOrUpdateContent()

Initializes a new instance of ApiTagDescriptionCreateOrUpdateContent.

Properties

Description

Description of the Tag.

ExternalDocsDescription

Description of the external resources describing the tag.

ExternalDocsUri

Absolute URL of external resources describing the tag.

Explicit Interface Implementations

IJsonModel<ApiTagDescriptionCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiTagDescriptionCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiTagDescriptionCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiTagDescriptionCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiTagDescriptionCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to