CognitiveServicesDomainAvailabilityContent Class

Definition

Check Domain availability parameter.

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

Constructors

CognitiveServicesDomainAvailabilityContent(String, ResourceType)

Initializes a new instance of CognitiveServicesDomainAvailabilityContent.

Properties

Kind

The Kind of the resource.

ResourceType

The Type of the resource.

SubdomainName

The subdomain name to use.

Explicit Interface Implementations

IJsonModel<CognitiveServicesDomainAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesDomainAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesDomainAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesDomainAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesDomainAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to