ArmHybridNetworkModelFactory.AzureStorageAccountCredential 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.
Initializes a new instance of AzureStorageAccountCredential.
public static Azure.ResourceManager.HybridNetwork.Models.AzureStorageAccountCredential AzureStorageAccountCredential (Azure.Core.ResourceIdentifier storageAccountId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.AzureStorageAccountContainerCredential> containerCredentials = default, DateTimeOffset? expiry = default);
static member AzureStorageAccountCredential : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.HybridNetwork.Models.AzureStorageAccountContainerCredential> * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridNetwork.Models.AzureStorageAccountCredential
Public Shared Function AzureStorageAccountCredential (Optional storageAccountId As ResourceIdentifier = Nothing, Optional containerCredentials As IEnumerable(Of AzureStorageAccountContainerCredential) = Nothing, Optional expiry As Nullable(Of DateTimeOffset) = Nothing) As AzureStorageAccountCredential
Parameters
- storageAccountId
- ResourceIdentifier
The storage account Id.
- containerCredentials
- IEnumerable<AzureStorageAccountContainerCredential>
The containers that could be accessed using the current credential.
- expiry
- Nullable<DateTimeOffset>
The UTC time when credential will expire.
Returns
A new AzureStorageAccountCredential instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET