ExistingStorageAccount Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.