DataProtectionBackupNameAvailabilityResult 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.
CheckNameAvailability Result.
public class DataProtectionBackupNameAvailabilityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupNameAvailabilityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupNameAvailabilityResult>
public class DataProtectionBackupNameAvailabilityResult
type DataProtectionBackupNameAvailabilityResult = class
interface IJsonModel<DataProtectionBackupNameAvailabilityResult>
interface IPersistableModel<DataProtectionBackupNameAvailabilityResult>
type DataProtectionBackupNameAvailabilityResult = class
Public Class DataProtectionBackupNameAvailabilityResult
Implements IJsonModel(Of DataProtectionBackupNameAvailabilityResult), IPersistableModel(Of DataProtectionBackupNameAvailabilityResult)
Public Class DataProtectionBackupNameAvailabilityResult
- Inheritance
-
DataProtectionBackupNameAvailabilityResult
- Implements
Properties
IsNameAvailable |
Gets or sets a value indicating whether [name available]. |
Message |
Gets or sets the message. |
Reason |
Gets or sets the reason. |
Explicit Interface Implementations
IJsonModel<DataProtectionBackupNameAvailabilityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataProtectionBackupNameAvailabilityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataProtectionBackupNameAvailabilityResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataProtectionBackupNameAvailabilityResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataProtectionBackupNameAvailabilityResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET