AppConfigurationNameAvailabilityResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of a request to check the availability of a resource name.
public class AppConfigurationNameAvailabilityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationNameAvailabilityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationNameAvailabilityResult>
public class AppConfigurationNameAvailabilityResult
type AppConfigurationNameAvailabilityResult = class
interface IJsonModel<AppConfigurationNameAvailabilityResult>
interface IPersistableModel<AppConfigurationNameAvailabilityResult>
type AppConfigurationNameAvailabilityResult = class
Public Class AppConfigurationNameAvailabilityResult
Implements IJsonModel(Of AppConfigurationNameAvailabilityResult), IPersistableModel(Of AppConfigurationNameAvailabilityResult)
Public Class AppConfigurationNameAvailabilityResult
- Inheritance
-
AppConfigurationNameAvailabilityResult
- Implements
Properties
IsNameAvailable |
The value indicating whether the resource name is available. |
Message |
If any, the error message that provides more detail for the reason that the name is not available. |
Reason |
If any, the reason that the name is not available. |
Explicit Interface Implementations
IJsonModel<AppConfigurationNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppConfigurationNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppConfigurationNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppConfigurationNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppConfigurationNameAvailabilityResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET