Delen via


SasTokenInformation Constructors

Definition

Overloads

SasTokenInformation()

Initializes a new instance of the SasTokenInformation class.

SasTokenInformation(String)

Initializes a new instance of the SasTokenInformation class.

SasTokenInformation()

Initializes a new instance of the SasTokenInformation class.

public SasTokenInformation ();
Public Sub New ()

Applies to

SasTokenInformation(String)

Initializes a new instance of the SasTokenInformation class.

public SasTokenInformation (string accessToken = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation : string -> Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation
Public Sub New (Optional accessToken As String = Nothing)

Parameters

accessToken
String

The access token for the associated Azure Storage Container.

Applies to