Share via


BlobServiceClient.GetUserDelegationKey Method

Definition

The GetUserDelegationKey(BlobGetUserDelegationKeyOptions, CancellationToken) operation retrieves a key that can be used to delegate Active Directory authorization to shared access signatures created with BlobSasBuilder.

public virtual Azure.Response<Azure.Storage.Blobs.Models.UserDelegationKey> GetUserDelegationKey(Azure.Storage.Blobs.Models.BlobGetUserDelegationKeyOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUserDelegationKey : Azure.Storage.Blobs.Models.BlobGetUserDelegationKeyOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Blobs.Models.UserDelegationKey>
override this.GetUserDelegationKey : Azure.Storage.Blobs.Models.BlobGetUserDelegationKeyOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Blobs.Models.UserDelegationKey>
Public Overridable Function GetUserDelegationKey (options As BlobGetUserDelegationKeyOptions, Optional cancellationToken As CancellationToken = Nothing) As 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