PlanetaryComputerModelFactory.SharedAccessSignatureSignedLink 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.
UnsignedLink.
public static Azure.Analytics.PlanetaryComputer.SharedAccessSignatureSignedLink SharedAccessSignatureSignedLink(DateTimeOffset? expiresOn = default, Uri href = default);
static member SharedAccessSignatureSignedLink : Nullable<DateTimeOffset> * Uri -> Azure.Analytics.PlanetaryComputer.SharedAccessSignatureSignedLink
Public Shared Function SharedAccessSignatureSignedLink (Optional expiresOn As Nullable(Of DateTimeOffset) = Nothing, Optional href As Uri = Nothing) As SharedAccessSignatureSignedLink
Parameters
- expiresOn
- Nullable<DateTimeOffset>
The expiry date of the signed link. This indicates when the link will no longer be valid.
- href
- Uri
The URL of the unsigned link.
Returns
A new SharedAccessSignatureSignedLink instance for mocking.