C# Class Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.GetAzureHDInsightClusters.AzureHDInsightCommandExtensions

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
GetAccessTokenCredentials ( this command, AzureSubscription currentSubscription, AzureAccount azureAccount, AzureEnvironment environment ) : IHDInsightSubscriptionCredentials
GetJobSubmissionClientCredentials ( this command, AzureSubscription currentSubscription, AzureEnvironment environment, string cluster, AzureSMProfile profile ) : IJobSubmissionClientCredential
GetSubscriptionCertificateCredentials ( this command, AzureSubscription currentSubscription, AzureAccount azureAccount, AzureEnvironment environment ) : IHDInsightSubscriptionCredentials
GetSubscriptionCredentials ( this command, AzureSubscription currentSubscription, AzureEnvironment environment, AzureSMProfile profile ) : IHDInsightSubscriptionCredentials

Method Details

GetAccessTokenCredentials() public static method

public static GetAccessTokenCredentials ( this command, AzureSubscription currentSubscription, AzureAccount azureAccount, AzureEnvironment environment ) : IHDInsightSubscriptionCredentials
command this
currentSubscription AzureSubscription
azureAccount AzureAccount
environment AzureEnvironment
return IHDInsightSubscriptionCredentials

GetJobSubmissionClientCredentials() public static method

public static GetJobSubmissionClientCredentials ( this command, AzureSubscription currentSubscription, AzureEnvironment environment, string cluster, AzureSMProfile profile ) : IJobSubmissionClientCredential
command this
currentSubscription AzureSubscription
environment AzureEnvironment
cluster string
profile AzureSMProfile
return IJobSubmissionClientCredential

GetSubscriptionCertificateCredentials() public static method

public static GetSubscriptionCertificateCredentials ( this command, AzureSubscription currentSubscription, AzureAccount azureAccount, AzureEnvironment environment ) : IHDInsightSubscriptionCredentials
command this
currentSubscription AzureSubscription
azureAccount AzureAccount
environment AzureEnvironment
return IHDInsightSubscriptionCredentials

GetSubscriptionCredentials() public static method

public static GetSubscriptionCredentials ( this command, AzureSubscription currentSubscription, AzureEnvironment environment, AzureSMProfile profile ) : IHDInsightSubscriptionCredentials
command this
currentSubscription AzureSubscription
environment AzureEnvironment
profile AzureSMProfile
return IHDInsightSubscriptionCredentials