BackupInstanceProtectionStatusDetails 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.
Protection status details.
public class BackupInstanceProtectionStatusDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupInstanceProtectionStatusDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupInstanceProtectionStatusDetails>
public class BackupInstanceProtectionStatusDetails
type BackupInstanceProtectionStatusDetails = class
interface IJsonModel<BackupInstanceProtectionStatusDetails>
interface IPersistableModel<BackupInstanceProtectionStatusDetails>
type BackupInstanceProtectionStatusDetails = class
Public Class BackupInstanceProtectionStatusDetails
Implements IJsonModel(Of BackupInstanceProtectionStatusDetails), IPersistableModel(Of BackupInstanceProtectionStatusDetails)
Public Class BackupInstanceProtectionStatusDetails
- Inheritance
-
BackupInstanceProtectionStatusDetails
- Implements
Properties
ErrorDetails |
Specifies the protection status error of the resource. |
Status |
Specifies the protection status of the resource. |
Explicit Interface Implementations
IJsonModel<BackupInstanceProtectionStatusDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackupInstanceProtectionStatusDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackupInstanceProtectionStatusDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackupInstanceProtectionStatusDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackupInstanceProtectionStatusDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET