Share via


TrustedSigningAccountNameAvailabilityContent Class

Definition

The parameters used to check the availability of the trusted signing account name.

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

Constructors

TrustedSigningAccountNameAvailabilityContent(String, ResourceType)

Initializes a new instance of TrustedSigningAccountNameAvailabilityContent.

Properties

Name

Trusted signing account name.

ResourceType

The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts".

Explicit Interface Implementations

IJsonModel<TrustedSigningAccountNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrustedSigningAccountNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrustedSigningAccountNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrustedSigningAccountNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrustedSigningAccountNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to