PlanetaryComputerModelFactory.SharedAccessSignatureToken Method
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.
Managed Storage Shared Access Signature (SAS) Token.
public static Azure.Analytics.PlanetaryComputer.SharedAccessSignatureToken SharedAccessSignatureToken(DateTimeOffset expiresOn = default, string token = default);
static member SharedAccessSignatureToken : DateTimeOffset * string -> Azure.Analytics.PlanetaryComputer.SharedAccessSignatureToken
Public Shared Function SharedAccessSignatureToken (Optional expiresOn As DateTimeOffset = Nothing, Optional token As String = Nothing) As SharedAccessSignatureToken
Parameters
- expiresOn
- DateTimeOffset
The expiration date and time of the SAS token in UTC.
- token
- String
The SAS token string used for authentication.
Returns
A new SharedAccessSignatureToken instance for mocking.