Delen via


MongoClusterNameAvailabilityContent Class

Definition

The check availability request body.

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

Constructors

MongoClusterNameAvailabilityContent()

Initializes a new instance of MongoClusterNameAvailabilityContent.

Properties

Name

The name of the resource for which availability needs to be checked.

ResourceType

The resource type.

Explicit Interface Implementations

IJsonModel<MongoClusterNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoClusterNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoClusterNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoClusterNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoClusterNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to