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

Name Description
ResourceGuardProxyProperties(ResourceIdentifier)

Initializes a new instance of ResourceGuardProxyProperties.

Properties

Name Description
Description

Gets or sets the Description.

LastUpdatedOn

Gets or sets the LastUpdatedOn.

ResourceGuardOperationDetails

Gets the ResourceGuardOperationDetails.

ResourceGuardResourceId

Gets or sets the ResourceGuardResourceId.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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