Share via


NetAppElasticSnapshotPolicyPatch Class

Definition

The type used for update operations of the ElasticSnapshotPolicy.

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

Constructors

Name Description
NetAppElasticSnapshotPolicyPatch()

Initializes a new instance of NetAppElasticSnapshotPolicyPatch.

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<NetAppElasticSnapshotPolicyPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppElasticSnapshotPolicyPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppElasticSnapshotPolicyPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppElasticSnapshotPolicyPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppElasticSnapshotPolicyPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to