Udostępnij za pośrednictwem


ResourceGuardProxyProperties Class

Definition

The ResourceGuardProxyProperties.

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

Constructors

ResourceGuardProxyProperties(ResourceIdentifier)

Initializes a new instance of ResourceGuardProxyProperties.

Properties

Description

Gets or sets the description.

LastUpdatedOn

Gets or sets the last updated on.

ResourceGuardOperationDetails

Gets the resource guard operation details.

ResourceGuardResourceId

Gets or sets the resource guard resource id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceGuardProxyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ResourceGuardProxyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceGuardProxyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceGuardProxyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ResourceGuardProxyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to