C# Class Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightManagementClient

显示文件 Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
AzureHdInsightManagementClient ( ) : Microsoft.Azure.Commands.Common.Authentication

Parameterless constructor for mocking

AzureHdInsightManagementClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
ConfigureHttp ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters httpSettings ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
ConfigureRdp ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters rdpSettings ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
CreateNewCluster ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters parameters ) : Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse
DeleteCluster ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
DeletePersistedScript ( string resourceGroupName, string clusterName, string scriptName ) : AzureOperationResponse
ExecuteScriptActions ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters executeScriptActionParameters ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
Get ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse
GetCapabilities ( string location ) : Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse
GetCluster ( string resourceGroupName, string clusterName ) : List
GetClusterConfigurations ( string resourceGroupName, string clusterName, string configurationName ) : string>.IDictionary
GetConnectivitySettings ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings
GetScriptExecutionDetail ( string resourceGroupName, string clusterName, long scriptExecutionId ) : Microsoft.Azure.Management.HDInsight.Models.ClusterRuntimeScriptActionDetailResponse
ListClusters ( ) : ClusterListResponse
ListClusters ( string resourceGroupName ) : ClusterListResponse
ListPersistedScripts ( string resourceGroupName, string clusterName ) : ClusterListPersistedScriptActionsResponse
ListScriptExecutionHistory ( string resourceGroupName, string clusterName ) : ClusterListRuntimeScriptActionDetailResponse
PromoteScript ( string resourceGroupName, string clusterName, long scriptExecutionId ) : AzureOperationResponse
ResizeCluster ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters resizeParams ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource

Method Details

AzureHdInsightManagementClient() public method

Parameterless constructor for mocking
public AzureHdInsightManagementClient ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

AzureHdInsightManagementClient() public method

public AzureHdInsightManagementClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Common.Authentication.Models.AzureContext
return Microsoft.Azure.Commands.Common.Authentication

ConfigureHttp() public method

public ConfigureHttp ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters httpSettings ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
resourceGroupName string
clusterName string
httpSettings Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters
return Microsoft.Azure.Management.HDInsight.Models.OperationResource

ConfigureRdp() public method

public ConfigureRdp ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters rdpSettings ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
resourceGroupName string
clusterName string
rdpSettings Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters
return Microsoft.Azure.Management.HDInsight.Models.OperationResource

CreateNewCluster() public method

public CreateNewCluster ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters parameters ) : Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse
resourceGroupName string
clusterName string
parameters Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters
return Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse

DeleteCluster() public method

public DeleteCluster ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
resourceGroupName string
clusterName string
return Microsoft.Azure.Management.HDInsight.Models.OperationResource

DeletePersistedScript() public method

public DeletePersistedScript ( string resourceGroupName, string clusterName, string scriptName ) : AzureOperationResponse
resourceGroupName string
clusterName string
scriptName string
return AzureOperationResponse

ExecuteScriptActions() public method

public ExecuteScriptActions ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters executeScriptActionParameters ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
resourceGroupName string
clusterName string
executeScriptActionParameters Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters
return Microsoft.Azure.Management.HDInsight.Models.OperationResource

Get() public method

public Get ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse
resourceGroupName string
clusterName string
return Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse

GetCapabilities() public method

public GetCapabilities ( string location ) : Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse
location string
return Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse

GetCluster() public method

public GetCluster ( string resourceGroupName, string clusterName ) : List
resourceGroupName string
clusterName string
return List

GetClusterConfigurations() public method

public GetClusterConfigurations ( string resourceGroupName, string clusterName, string configurationName ) : string>.IDictionary
resourceGroupName string
clusterName string
configurationName string
return string>.IDictionary

GetConnectivitySettings() public method

public GetConnectivitySettings ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings
resourceGroupName string
clusterName string
return Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings

GetScriptExecutionDetail() public method

public GetScriptExecutionDetail ( string resourceGroupName, string clusterName, long scriptExecutionId ) : Microsoft.Azure.Management.HDInsight.Models.ClusterRuntimeScriptActionDetailResponse
resourceGroupName string
clusterName string
scriptExecutionId long
return Microsoft.Azure.Management.HDInsight.Models.ClusterRuntimeScriptActionDetailResponse

ListClusters() public method

public ListClusters ( ) : ClusterListResponse
return ClusterListResponse

ListClusters() public method

public ListClusters ( string resourceGroupName ) : ClusterListResponse
resourceGroupName string
return ClusterListResponse

ListPersistedScripts() public method

public ListPersistedScripts ( string resourceGroupName, string clusterName ) : ClusterListPersistedScriptActionsResponse
resourceGroupName string
clusterName string
return ClusterListPersistedScriptActionsResponse

ListScriptExecutionHistory() public method

public ListScriptExecutionHistory ( string resourceGroupName, string clusterName ) : ClusterListRuntimeScriptActionDetailResponse
resourceGroupName string
clusterName string
return ClusterListRuntimeScriptActionDetailResponse

PromoteScript() public method

public PromoteScript ( string resourceGroupName, string clusterName, long scriptExecutionId ) : AzureOperationResponse
resourceGroupName string
clusterName string
scriptExecutionId long
return AzureOperationResponse

ResizeCluster() public method

public ResizeCluster ( string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters resizeParams ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
resourceGroupName string
clusterName string
resizeParams Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters
return Microsoft.Azure.Management.HDInsight.Models.OperationResource