AzureStorageBlobStore(ResourceIdentifier) Constructor
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.
Initializes a new instance of AzureStorageBlobStore.
public AzureStorageBlobStore(Azure.Core.ResourceIdentifier storageAccountId);
new Azure.ResourceManager.Discovery.Models.AzureStorageBlobStore : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Discovery.Models.AzureStorageBlobStore
Public Sub New (storageAccountId As ResourceIdentifier)
Parameters
- storageAccountId
- ResourceIdentifier
The associated Azure Storage Account ID.
Exceptions
storageAccountId is null.