ServiceSasParameters(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.
Initializes a new instance of ServiceSasParameters.
public ServiceSasParameters (string canonicalizedResource);
new Azure.ResourceManager.Storage.Models.ServiceSasParameters : string -> Azure.ResourceManager.Storage.Models.ServiceSasParameters
Public Sub New (canonicalizedResource As String)
Parameters
- canonicalizedResource
- System.String
The canonical path to the signed resource.
Exceptions
System.ArgumentNullException
canonicalizedResource
is null.