NetAppElasticSnapshotData Class

Definition

NetApp Elastic Snapshot under an Elastic Volume.

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

Constructors

Name Description
NetAppElasticSnapshotData()

Initializes a new instance of NetAppElasticSnapshotData.

Properties

Name Description
ElasticSnapshotProvisioningState

Azure lifecycle management.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NetAppElasticSnapshotProvisioningState

Azure lifecycle management.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<NetAppElasticSnapshotData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppElasticSnapshotData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppElasticSnapshotData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppElasticSnapshotData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to