Package version:

Existing storage account input.

interface ExistingStorageAccount {
    azureStorageAccountId: string;
    resourceType: "Existing";
}

Hierarchy (view full)

Properties

azureStorageAccountId: string

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

resourceType

Polymorphic discriminator, which specifies the different types this object can be