Aracılığıyla paylaş


SnapshotProperties Constructors

Definition

Overloads

SnapshotProperties()

Initializes a new instance of the SnapshotProperties class.

SnapshotProperties(String, Nullable<DateTime>, String)

Initializes a new instance of the SnapshotProperties class.

SnapshotProperties()

Initializes a new instance of the SnapshotProperties class.

public SnapshotProperties ();
Public Sub New ()

Applies to

SnapshotProperties(String, Nullable<DateTime>, String)

Initializes a new instance of the SnapshotProperties class.

public SnapshotProperties (string snapshotId = default, DateTime? created = default, string provisioningState = default);
new Microsoft.Azure.Management.NetApp.Models.SnapshotProperties : string * Nullable<DateTime> * string -> Microsoft.Azure.Management.NetApp.Models.SnapshotProperties
Public Sub New (Optional snapshotId As String = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing)

Parameters

snapshotId
String

UUID v4 used to identify the Snapshot

created
Nullable<DateTime>

The creation date of the snapshot

provisioningState
String

Azure lifecycle management

Applies to