NetAppVolumeSnapshotData Class

Definition

A class representing the NetAppVolumeSnapshot data model. Snapshot of a Volume

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

Constructors

NetAppVolumeSnapshotData(AzureLocation)

Initializes a new instance of NetAppVolumeSnapshotData.

Properties

Created

The creation date of the snapshot.

Id

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

(Inherited from ResourceData)
Location

Resource location.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Azure lifecycle management.

ResourceType

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

(Inherited from ResourceData)
SnapshotId

UUID v4 used to identify the Snapshot.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<NetAppVolumeSnapshotData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppVolumeSnapshotData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppVolumeSnapshotData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppVolumeSnapshotData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppVolumeSnapshotData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to