Freigeben über


StorageClassificationProperties Constructors

Definition

Overloads

StorageClassificationProperties()

Initializes a new instance of the StorageClassificationProperties class.

StorageClassificationProperties(String)

Initializes a new instance of the StorageClassificationProperties class.

StorageClassificationProperties()

Initializes a new instance of the StorageClassificationProperties class.

public StorageClassificationProperties ();
Public Sub New ()

Applies to

StorageClassificationProperties(String)

Initializes a new instance of the StorageClassificationProperties class.

public StorageClassificationProperties (string friendlyName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageClassificationProperties : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageClassificationProperties
Public Sub New (Optional friendlyName As String = Nothing)

Parameters

friendlyName
String

Friendly name of the Storage classification.

Applies to