Uses of Class
com.azure.storage.queue.models.UserDelegationKey
Packages that use UserDelegationKey
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
Package containing the data models for AzureQueueStorage.
null.
-
Uses of UserDelegationKey in com.azure.storage.queue
Methods in com.azure.storage.queue that return UserDelegationKeyModifier and TypeMethodDescriptionQueueServiceClient.getUserDelegationKey(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's queue storage.Methods in com.azure.storage.queue that return types with arguments of type UserDelegationKeyModifier and TypeMethodDescriptionQueueServiceAsyncClient.getUserDelegationKey(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's queue storage.Mono<com.azure.core.http.rest.Response<UserDelegationKey>> QueueServiceAsyncClient.getUserDelegationKeyWithResponse(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's queue storage.com.azure.core.http.rest.Response<UserDelegationKey> QueueServiceClient.getUserDelegationKeyWithResponse(OffsetDateTime start, OffsetDateTime expiry, Duration timeout, com.azure.core.util.Context context) Gets a user delegation key for use with this account's queue storage.Methods in com.azure.storage.queue with parameters of type UserDelegationKeyModifier and TypeMethodDescriptionQueueAsyncClient.generateUserDelegationSas(QueueServiceSasSignatureValues queueServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the queue using the specifiedQueueServiceSasSignatureValues.QueueAsyncClient.generateUserDelegationSas(QueueServiceSasSignatureValues queueServiceSasSignatureValues, UserDelegationKey userDelegationKey, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the queue using the specifiedQueueServiceSasSignatureValues.QueueClient.generateUserDelegationSas(QueueServiceSasSignatureValues queueServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the queue using the specifiedQueueServiceSasSignatureValues.QueueClient.generateUserDelegationSas(QueueServiceSasSignatureValues queueServiceSasSignatureValues, UserDelegationKey userDelegationKey, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the queue using the specifiedQueueServiceSasSignatureValues. -
Uses of UserDelegationKey in com.azure.storage.queue.models
Classes in com.azure.storage.queue.models that implement interfaces with type arguments of type UserDelegationKeyMethods in com.azure.storage.queue.models that return UserDelegationKeyModifier and TypeMethodDescriptionstatic UserDelegationKeyUserDelegationKey.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of UserDelegationKey from the XmlReader.static UserDelegationKeyReads an instance of UserDelegationKey from the XmlReader.UserDelegationKey.setSignedExpiry(OffsetDateTime signedExpiry) Set the signedExpiry property: The date-time the key expires.UserDelegationKey.setSignedObjectId(String signedObjectId) Set the signedObjectId property: The Azure Active Directory object ID in GUID format.UserDelegationKey.setSignedService(String signedService) Set the signedService property: Abbreviation of the Azure Storage service that accepts the key.UserDelegationKey.setSignedStart(OffsetDateTime signedStart) Set the signedStart property: The date-time the key is active.UserDelegationKey.setSignedTenantId(String signedTenantId) Set the signedTenantId property: The Azure Active Directory tenant ID in GUID format.UserDelegationKey.setSignedVersion(String signedVersion) Set the signedVersion property: The service version that created the key.Set the value property: The key as a base64 string.