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

Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Parameterless constructor for mocking
public AzureHdInsightManagementClient ( ) : Microsoft.Azure.Commands.Common.Authentication
Résultat Microsoft.Azure.Commands.Common.Authentication

AzureHdInsightManagementClient() public méthode

public AzureHdInsightManagementClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Common.Authentication.Models.AzureContext
Résultat Microsoft.Azure.Commands.Common.Authentication

ConfigureHttp() public méthode

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
Résultat Microsoft.Azure.Management.HDInsight.Models.OperationResource

ConfigureRdp() public méthode

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
Résultat Microsoft.Azure.Management.HDInsight.Models.OperationResource

CreateNewCluster() public méthode

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
Résultat Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse

DeleteCluster() public méthode

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

DeletePersistedScript() public méthode

public DeletePersistedScript ( string resourceGroupName, string clusterName, string scriptName ) : AzureOperationResponse
resourceGroupName string
clusterName string
scriptName string
Résultat AzureOperationResponse

ExecuteScriptActions() public méthode

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
Résultat Microsoft.Azure.Management.HDInsight.Models.OperationResource

Get() public méthode

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

GetCapabilities() public méthode

public GetCapabilities ( string location ) : Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse
location string
Résultat Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse

GetCluster() public méthode

public GetCluster ( string resourceGroupName, string clusterName ) : List
resourceGroupName string
clusterName string
Résultat List

GetClusterConfigurations() public méthode

public GetClusterConfigurations ( string resourceGroupName, string clusterName, string configurationName ) : string>.IDictionary
resourceGroupName string
clusterName string
configurationName string
Résultat string>.IDictionary

GetConnectivitySettings() public méthode

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

GetScriptExecutionDetail() public méthode

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

ListClusters() public méthode

public ListClusters ( ) : ClusterListResponse
Résultat ClusterListResponse

ListClusters() public méthode

public ListClusters ( string resourceGroupName ) : ClusterListResponse
resourceGroupName string
Résultat ClusterListResponse

ListPersistedScripts() public méthode

public ListPersistedScripts ( string resourceGroupName, string clusterName ) : ClusterListPersistedScriptActionsResponse
resourceGroupName string
clusterName string
Résultat ClusterListPersistedScriptActionsResponse

ListScriptExecutionHistory() public méthode

public ListScriptExecutionHistory ( string resourceGroupName, string clusterName ) : ClusterListRuntimeScriptActionDetailResponse
resourceGroupName string
clusterName string
Résultat ClusterListRuntimeScriptActionDetailResponse

PromoteScript() public méthode

public PromoteScript ( string resourceGroupName, string clusterName, long scriptExecutionId ) : AzureOperationResponse
resourceGroupName string
clusterName string
scriptExecutionId long
Résultat AzureOperationResponse

ResizeCluster() public méthode

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
Résultat Microsoft.Azure.Management.HDInsight.Models.OperationResource