SasQueryBuilder(String) Constructor
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.
Public SasQueryBuilder constructor.
public SasQueryBuilder (string sasToken);
new Microsoft.Azure.Storage.Core.SasQueryBuilder : string -> Microsoft.Azure.Storage.Core.SasQueryBuilder
Public Sub New (sasToken As String)
Parameters
- sasToken
- String
The ASA token used to authenticate request.