Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BlobServiceClient.GetUserDelegationKey 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 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


Feedback

Was this page helpful?