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()
Encodes all SAS query parameters into a string that can be appended to a URL.
|
String |
getResourceTypes() |
String |
getServices() |
formatQueryParameterDate, getExpiryTime, getPermissions, getProtocol, getQueryParameter, getQueryParameter, getSasIpRange, getSignature, getStartTime, getVersion, tryAppendQueryParameterpublic String getServices()
AccountSasService for
more details.public String getResourceTypes()
AccountSasResourceType for more details.public String encode()
encode in class BaseSasQueryParametersString representing all SAS query parameters.Copyright © 2019 Microsoft Corporation. All rights reserved.