Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BlobServiceClient.GetUserDelegationKeyAsync Method
Definition
- Namespace:
- Azure.Storage.Blobs
- Assembly:
- Azure.Storage.Blobs.dll
- Package:
- Azure.Storage.Blobs v12.29.0
- Package:
- Azure.Storage.Blobs v12.29.0-beta.1
- Source:
- BlobServiceClient.cs
- Source:
- BlobServiceClient.cs
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.
The GetUserDelegationKeyAsync(BlobGetUserDelegationKeyOptions, CancellationToken) operation retrieves a key that can be used to delegate Active Directory authorization to shared access signatures created with BlobSasBuilder.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Blobs.Models.UserDelegationKey>> GetUserDelegationKeyAsync(Azure.Storage.Blobs.Models.BlobGetUserDelegationKeyOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUserDelegationKeyAsync : Azure.Storage.Blobs.Models.BlobGetUserDelegationKeyOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Blobs.Models.UserDelegationKey>>
override this.GetUserDelegationKeyAsync : Azure.Storage.Blobs.Models.BlobGetUserDelegationKeyOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Blobs.Models.UserDelegationKey>>
Public Overridable Function GetUserDelegationKeyAsync (options As BlobGetUserDelegationKeyOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of UserDelegationKey))
Parameters
- options
- BlobGetUserDelegationKeyOptions
Optional parameters.
- cancellationToken
- CancellationToken
Optional CancellationToken to propagate notifications that the operation should be cancelled.
Returns
A Response<T> describing the service replication statistics.
Remarks
A RequestFailedException will be thrown if a failure occurs. If multiple failures occur, an AggregateException will be thrown, containing each failure instance.
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
