Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
UserDelegationKey |
GeneratedServices.getUserDelegationKey(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId)
Retrieves a user delgation key for the Blob service.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Maybe<UserDelegationKey> |
GeneratedServices.getUserDelegationKeyAsync(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId)
Retrieves a user delgation key for the Blob service.
|
com.microsoft.rest.v2.ServiceFuture<UserDelegationKey> |
GeneratedServices.getUserDelegationKeyAsync(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<UserDelegationKey> serviceCallback)
Retrieves a user delgation key for the Blob service.
|
Modifier and Type | Method and Description |
---|---|
SASQueryParameters |
ServiceSASSignatureValues.generateSASQueryParameters(UserDelegationKey delegationKey,
String accountName)
Uses a user delegation key to sign these signature values to produce the proper SAS query parameters.
|
Modifier and Type | Method and Description |
---|---|
com.microsoft.rest.v2.ServiceFuture<UserDelegationKey> |
GeneratedServices.getUserDelegationKeyAsync(com.microsoft.rest.v2.Context context,
KeyInfo keyInfo,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<UserDelegationKey> serviceCallback)
Retrieves a user delgation key for the Blob service.
|
Modifier and Type | Method and Description |
---|---|
UserDelegationKey |
ServiceGetUserDelegationKeyResponse.body() |
UserDelegationKey |
UserDelegationKey.withSignedExpiry(OffsetDateTime signedExpiry)
Set the signedExpiry value.
|
UserDelegationKey |
UserDelegationKey.withSignedOid(String signedOid)
Set the signedOid value.
|
UserDelegationKey |
UserDelegationKey.withSignedService(String signedService)
Set the signedService value.
|
UserDelegationKey |
UserDelegationKey.withSignedStart(OffsetDateTime signedStart)
Set the signedStart value.
|
UserDelegationKey |
UserDelegationKey.withSignedTid(String signedTid)
Set the signedTid value.
|
UserDelegationKey |
UserDelegationKey.withSignedVersion(String signedVersion)
Set the signedVersion value.
|
UserDelegationKey |
UserDelegationKey.withValue(String value)
Set the value value.
|
Constructor and Description |
---|
ServiceGetUserDelegationKeyResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ServiceGetUserDelegationKeyHeaders headers,
Map<String,String> rawHeaders,
UserDelegationKey body)
Creates an instance of ServiceGetUserDelegationKeyResponse.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.