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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET