<PackageReference Include="Azure.Storage.Common" Version="12.27.0" />
API Differences between 12.27.0 and 12.26.0
4 Additions
0 Removals
Azure.Storage.Sas
-
public class SasQueryParameters
- public List<string> { get; }
- public List<string> RequestQueryParameters { get; }
- protected SasQueryParameters(string version, AccountSasServices? services, AccountSasResourceTypes? resourceTypes, SasProtocol protocol, DateTimeOffset startsOn, DateTimeOffset expiresOn, SasIPRange ipRange, string identifier, string resource, string permissions, string signature, string cacheControl = null, string contentDisposition = null, string contentEncoding = null, string contentLanguage = null, string contentType = null, string authorizedAadObjectId = null, string unauthorizedAadObjectId = null, string correlationId = null, int? directoryDepth = default, string encryptionScope = null, string delegatedUserObjectId = null, List<string> requestHeaders = null, List<string> requestQueryParameter = null)
- protected static SasQueryParameters Create(string version, AccountSasServices? services, AccountSasResourceTypes? resourceTypes, SasProtocol protocol, DateTimeOffset startsOn, DateTimeOffset expiresOn, SasIPRange ipRange, string identifier, string resource, string permissions, string signature, string cacheControl = null, string contentDisposition = null, string contentEncoding = null, string contentLanguage = null, string contentType = null, string authorizedAadObjectId = null, string unauthorizedAadObjectId = null, string correlationId = null, int? directoryDepth = default, string encryptionScope = null, string delegatedUserObjectId = null, List<string> requestHeaders = null, List<string> requestQueryParameter = null)