ResourceGuardOperationDetail 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.
VaultCritical Operation protected by a resource guard.
public class ResourceGuardOperationDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardOperationDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardOperationDetail>
public class ResourceGuardOperationDetail
type ResourceGuardOperationDetail = class
interface IJsonModel<ResourceGuardOperationDetail>
interface IPersistableModel<ResourceGuardOperationDetail>
type ResourceGuardOperationDetail = class
Public Class ResourceGuardOperationDetail
Implements IJsonModel(Of ResourceGuardOperationDetail), IPersistableModel(Of ResourceGuardOperationDetail)
Public Class ResourceGuardOperationDetail
- Inheritance
-
ResourceGuardOperationDetail
- Implements
Constructors
ResourceGuardOperationDetail() |
Initializes a new instance of ResourceGuardOperationDetail. |
Properties
DefaultResourceRequest |
Gets or sets the default resource request. |
VaultCriticalOperation |
Gets or sets the vault critical operation. |
Explicit Interface Implementations
IJsonModel<ResourceGuardOperationDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ResourceGuardOperationDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ResourceGuardOperationDetail>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ResourceGuardOperationDetail>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ResourceGuardOperationDetail>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET