Share via


NetAppElasticBackupPolicyPatch Class

Definition

The type used for update operations of the ElasticBackupPolicy.

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

Constructors

Name Description
NetAppElasticBackupPolicyPatch()

Initializes a new instance of NetAppElasticBackupPolicyPatch.

Properties

Name Description
Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetAppElasticBackupPolicyPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppElasticBackupPolicyPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppElasticBackupPolicyPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppElasticBackupPolicyPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppElasticBackupPolicyPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to