ArmDataLakeAnalyticsModelFactory.DataLakeAnalyticsSasTokenInformation 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.
Initializes a new instance of DataLakeAnalyticsSasTokenInformation.
public static Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsSasTokenInformation DataLakeAnalyticsSasTokenInformation (string accessToken = default);
static member DataLakeAnalyticsSasTokenInformation : string -> Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsSasTokenInformation
Public Shared Function DataLakeAnalyticsSasTokenInformation (Optional accessToken As String = Nothing) As DataLakeAnalyticsSasTokenInformation
Parameters
- accessToken
- String
The access token for the associated Azure Storage Container. Serialized Name: SasTokenInformation.accessToken
Returns
A new DataLakeAnalyticsSasTokenInformation instance for mocking.