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.
|
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.
|
io.reactivex.Single<ServiceGetUserDelegationKeyResponse> |
GeneratedServices.getUserDelegationKeyWithRestResponseAsync(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 |
---|---|
KeyInfo |
KeyInfo.withExpiry(String expiry)
Set the expiry value.
|
KeyInfo |
KeyInfo.withStart(String start)
Set the start value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.