SasQueryParameters.RequestQueryParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom Request Query Parameter names to include in the SAS. Any usage of the SAS must include these query parameter names in the request.
public System.Collections.Generic.List<string> RequestQueryParameters { get; }
member this.RequestQueryParameters : System.Collections.Generic.List<string>
Public ReadOnly Property RequestQueryParameters As List(Of String)