CheckElasticResourceAvailabilityResult Class

Definition

Information regarding availability of a resource.

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

Properties

Name Description
IsAvailable

True indicates name is valid and available. False indicates the name is invalid, unavailable, or both.

Message

If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name.

Reason

Invalid indicates the name provided does not match Azure NetApp Files naming requirements. AlreadyExists indicates that the name is already in use and is therefore unavailable.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CheckElasticResourceAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<CheckElasticResourceAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<CheckElasticResourceAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<CheckElasticResourceAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<CheckElasticResourceAvailabilityResult>.Write(ModelReaderWriterOptions)

Applies to