Share via


ExistingStorageAccount(ResourceIdentifier) Constructor

Definition

Initializes a new instance of ExistingStorageAccount.

public ExistingStorageAccount (Azure.Core.ResourceIdentifier azureStorageAccountId);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExistingStorageAccount : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExistingStorageAccount
Public Sub New (azureStorageAccountId As ResourceIdentifier)

Parameters

azureStorageAccountId
ResourceIdentifier

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

Exceptions

azureStorageAccountId is null.

Applies to