JobSubmissionAccessTokenCredential Constructors
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.
Overloads
JobSubmissionAccessTokenCredential() |
Initializes a new instance of the JobSubmissionAccessTokenCredential class. |
JobSubmissionAccessTokenCredential(HDInsightAccessTokenCredential, String) |
Initializes a new instance of the JobSubmissionAccessTokenCredential class. |
JobSubmissionAccessTokenCredential(Guid, String, String) |
Initializes a new instance of the JobSubmissionAccessTokenCredential class. |
JobSubmissionAccessTokenCredential(Guid, String, String, Uri) |
Initializes a new instance of the JobSubmissionAccessTokenCredential class. |
JobSubmissionAccessTokenCredential(Guid, String, String, Uri, String) |
Initializes a new instance of the JobSubmissionAccessTokenCredential class. |
JobSubmissionAccessTokenCredential()
Initializes a new instance of the JobSubmissionAccessTokenCredential class.
public JobSubmissionAccessTokenCredential ();
Public Sub New ()
Applies to
JobSubmissionAccessTokenCredential(HDInsightAccessTokenCredential, String)
Initializes a new instance of the JobSubmissionAccessTokenCredential class.
public JobSubmissionAccessTokenCredential (Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential credentials, string cluster);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential : Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential * string -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential
Public Sub New (credentials As HDInsightAccessTokenCredential, cluster As String)
Parameters
- credentials
- HDInsightAccessTokenCredential
HDInsightAccessTokenCredential to be used.
- cluster
- String
The cluster to connect to.
Applies to
JobSubmissionAccessTokenCredential(Guid, String, String)
Initializes a new instance of the JobSubmissionAccessTokenCredential class.
public JobSubmissionAccessTokenCredential (Guid subscriptionId, string token, string cluster);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential : Guid * string * string -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String, cluster As String)
Parameters
- subscriptionId
- Guid
Subscription Id to be used.
- token
- String
Token to be used to connect authenticate the user with the subscription in azure.
- cluster
- String
The cluster to connect to.
Applies to
JobSubmissionAccessTokenCredential(Guid, String, String, Uri)
Initializes a new instance of the JobSubmissionAccessTokenCredential class.
public JobSubmissionAccessTokenCredential (Guid subscriptionId, string token, string cluster, Uri endPoint);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential : Guid * string * string * Uri -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String, cluster As String, endPoint As Uri)
Parameters
- subscriptionId
- Guid
Subscription Id to be used.
- token
- String
Token to be used to connect authenticate the user with the subscription in azure.
- cluster
- String
The cluster to connect to.
- endPoint
- Uri
Azure Enpoint for RDFE.
Applies to
JobSubmissionAccessTokenCredential(Guid, String, String, Uri, String)
Initializes a new instance of the JobSubmissionAccessTokenCredential class.
public JobSubmissionAccessTokenCredential (Guid subscriptionId, string token, string cluster, Uri endPoint, string deploymentNamespace);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential : Guid * string * string * Uri * string -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String, cluster As String, endPoint As Uri, deploymentNamespace As String)
Parameters
- subscriptionId
- Guid
Subscription Id to be used.
- token
- String
Token to be used to connect authenticate the user with the subscription in azure.
- cluster
- String
The cluster to connect to.
- endPoint
- Uri
Azure Enpoint for RDFE.
- deploymentNamespace
- String
Namespace for the HDInsight service.
Applies to
Azure SDK for .NET