ArmDiscoveryModelFactory.AzureStorageBlobStore Method
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.
public static Azure.ResourceManager.Discovery.Models.AzureStorageBlobStore AzureStorageBlobStore(Azure.ResourceManager.Discovery.Models.BlobStorageMountProtocol? mountProtocol = default, Azure.Core.ResourceIdentifier storageAccountId = default);
static member AzureStorageBlobStore : Nullable<Azure.ResourceManager.Discovery.Models.BlobStorageMountProtocol> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Discovery.Models.AzureStorageBlobStore
Public Shared Function AzureStorageBlobStore (Optional mountProtocol As Nullable(Of BlobStorageMountProtocol) = Nothing, Optional storageAccountId As ResourceIdentifier = Nothing) As AzureStorageBlobStore
Parameters
- mountProtocol
- Nullable<BlobStorageMountProtocol>
The protocol to use for mounting the storage store.
- storageAccountId
- ResourceIdentifier
The associated Azure Storage Account ID.
Returns
A new AzureStorageBlobStore instance for mocking.