C# Class Microsoft.Azure.Commands.HDInsight.Commands.HDInsightCmdletBase

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Mostrar archivo Open project: Azure/azure-powershell

Protected Properties

Property Type Description
_clusterName string
_credential BasicAuthenticationCloudCredentials

Protected Methods

Method Description
GetClusterConnection ( string resourceGroupName, string clusterName ) : string
GetDefaultStorageAccount ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDefaultStorageAccount
GetResourceGroupByAccountName ( string clusterName ) : string

Method Details

GetClusterConnection() protected method

protected GetClusterConnection ( string resourceGroupName, string clusterName ) : string
resourceGroupName string
clusterName string
return string

GetDefaultStorageAccount() protected method

protected GetDefaultStorageAccount ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDefaultStorageAccount
resourceGroupName string
clusterName string
return Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDefaultStorageAccount

GetResourceGroupByAccountName() protected method

protected GetResourceGroupByAccountName ( string clusterName ) : string
clusterName string
return string

Property Details

_clusterName protected_oe property

protected string _clusterName
return string

_credential protected_oe property

protected BasicAuthenticationCloudCredentials _credential
return BasicAuthenticationCloudCredentials