AccountSasSignatureValues.@Deprecated public final class AccountSasQueryParameters extends BaseSasQueryParameters
AccountSasSignatureValues type. Once generated, it can be set on a
ServiceClientBuilder 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| Modifier and Type | Method and Description |
|---|---|
String |
encode()
Deprecated.
Please use the generateSas method on the desired service client after initializing
AccountSasSignatureValues. |
String |
getResourceTypes()
Deprecated.
Please use
AccountSasSignatureValues |
String |
getServices()
Deprecated.
Please use
AccountSasSignatureValues |
formatQueryParameterDate, getExpiryTime, getPermissions, getProtocol, getQueryParameter, getQueryParameter, getSasIpRange, getSignature, getStartTime, getVersion, tryAppendQueryParameter@Deprecated public String getServices()
AccountSasSignatureValuesAccountSasService for
more details.@Deprecated public String getResourceTypes()
AccountSasSignatureValuesAccountSasResourceType for more details.@Deprecated public String encode()
AccountSasSignatureValues.encode in class BaseSasQueryParametersString representing all SAS query parameters.Copyright © 2020 Microsoft Corporation. All rights reserved.