Class AccountSasSignatureValues

java.lang.Object
com.azure.storage.common.sas.AccountSasSignatureValues

public final class AccountSasSignatureValues extends Object
Used to initialize parameters for a Shared Access Signature (SAS) for an Azure Storage account. Once all the values here are set, use the generateSas method on the desired service client to obtain a representation of the SAS which can then be applied to a new client using the .sasToken(String) method on the desired client builder.
See Also: