Share via


ExistingStorageAccount Constructors

Definition

Overloads

ExistingStorageAccount()

Initializes a new instance of the ExistingStorageAccount class.

ExistingStorageAccount(String)

Initializes a new instance of the ExistingStorageAccount class.

ExistingStorageAccount()

Initializes a new instance of the ExistingStorageAccount class.

public ExistingStorageAccount ();
Public Sub New ()

Applies to

ExistingStorageAccount(String)

Initializes a new instance of the ExistingStorageAccount class.

public ExistingStorageAccount (string azureStorageAccountId);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExistingStorageAccount : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExistingStorageAccount
Public Sub New (azureStorageAccountId As String)

Parameters

azureStorageAccountId
String

The storage account Arm Id. Throw error, if resource does not exists.

Applies to