Share via


TrustedSigningAccountNameAvailabilityResult Class

Definition

The CheckNameAvailability operation response.

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

Properties

IsNameAvailable

A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.

Message

An error message explaining the Reason value in more detail.

Reason

The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false.

Explicit Interface Implementations

IJsonModel<TrustedSigningAccountNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrustedSigningAccountNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrustedSigningAccountNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrustedSigningAccountNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrustedSigningAccountNameAvailabilityResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to