QueueServiceSasSignatureValues.@Deprecated public final class QueueServiceSasQueryParameters extends BaseSasQueryParameters
QueueServiceSasSignatureValues type. Once generated, it can be set
on a QueueClientBuilder object to be constructed as part of a URL or it can be encoded into a String
and appended to a URL directly (though caution should be taken here in case there are existing query parameters,
which might affect the appropriate means of appending these query parameters). NOTE: Instances of this class are
immutable to ensure thread safety.expiryTime, permissions, protocol, sasIpRange, signature, startTime, version| Constructor and Description |
|---|
QueueServiceSasQueryParameters(Map<String,String[]> queryParametersMap,
boolean removeSasParametersFromMap)
Deprecated.
Please use
QueueServiceSasSignatureValues |
| Modifier and Type | Method and Description |
|---|---|
String |
encode()
Deprecated.
Please use the generateSas method on the desired queue client after initializing
QueueServiceSasSignatureValues. |
String |
getIdentifier()
Deprecated.
Please use
QueueServiceSasSignatureValues |
formatQueryParameterDate, getExpiryTime, getPermissions, getProtocol, getQueryParameter, getQueryParameter, getSasIpRange, getSignature, getStartTime, getVersion, tryAppendQueryParameter@Deprecated public QueueServiceSasQueryParameters(Map<String,String[]> queryParametersMap, boolean removeSasParametersFromMap)
QueueServiceSasSignatureValuesQueueServiceSasQueryParameters object.queryParametersMap - All query parameters for the request as key-value pairsremoveSasParametersFromMap - When true, the SAS query parameters will be removed from
queryParametersMap@Deprecated public String getIdentifier()
QueueServiceSasSignatureValuesQueueServiceSasSignatureValues) or null. Please see
here
for more information.@Deprecated public String encode()
QueueServiceSasSignatureValues.encode in class BaseSasQueryParametersString representing the SAS query parameters.Copyright © 2021 Microsoft Corporation. All rights reserved.