Delen via


DataStore Constructors

Definition

Overloads

DataStore()

Initializes a new instance of the DataStore class.

DataStore(String, String, String, String, String)

Initializes a new instance of the DataStore class.

DataStore()

Initializes a new instance of the DataStore class.

public DataStore ();
Public Sub New ()

Applies to

DataStore(String, String, String, String, String)

Initializes a new instance of the DataStore class.

public DataStore (string symbolicName = default, string uuid = default, string capacity = default, string freeSpace = default, string type = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DataStore : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DataStore
Public Sub New (Optional symbolicName As String = Nothing, Optional uuid As String = Nothing, Optional capacity As String = Nothing, Optional freeSpace As String = Nothing, Optional type As String = Nothing)

Parameters

symbolicName
String

The symbolic name of data store.

uuid
String

The uuid of data store.

capacity
String

The capacity of data store in GBs.

freeSpace
String

The free space of data store in GBs.

type
String

The type of data store.

Applies to