CognitiveServicesDomainAvailabilityList Class

Definition

Domain availability.

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

Properties

DomainAvailabilityType

The Type of the resource.

IsSubdomainAvailable

Indicates the given SKU is available or not.

Kind

The Kind of the resource.

Reason

Reason why the SKU is not available.

SubdomainName

The subdomain name to use.

Explicit Interface Implementations

IJsonModel<CognitiveServicesDomainAvailabilityList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesDomainAvailabilityList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesDomainAvailabilityList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesDomainAvailabilityList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesDomainAvailabilityList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to