C# 클래스 Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightManagementClient

파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AzureHdInsightManagementClient() 공개 메소드

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

AzureHdInsightManagementClient() 공개 메소드

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

ConfigureHttp() 공개 메소드

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
리턴 Microsoft.Azure.Management.HDInsight.Models.OperationResource

ConfigureRdp() 공개 메소드

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
리턴 Microsoft.Azure.Management.HDInsight.Models.OperationResource

CreateNewCluster() 공개 메소드

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
리턴 Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse

DeleteCluster() 공개 메소드

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

DeletePersistedScript() 공개 메소드

public DeletePersistedScript ( string resourceGroupName, string clusterName, string scriptName ) : AzureOperationResponse
resourceGroupName string
clusterName string
scriptName string
리턴 AzureOperationResponse

ExecuteScriptActions() 공개 메소드

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
리턴 Microsoft.Azure.Management.HDInsight.Models.OperationResource

Get() 공개 메소드

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

GetCapabilities() 공개 메소드

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

GetCluster() 공개 메소드

public GetCluster ( string resourceGroupName, string clusterName ) : List
resourceGroupName string
clusterName string
리턴 List

GetClusterConfigurations() 공개 메소드

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

GetConnectivitySettings() 공개 메소드

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

GetScriptExecutionDetail() 공개 메소드

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

ListClusters() 공개 메소드

public ListClusters ( ) : ClusterListResponse
리턴 ClusterListResponse

ListClusters() 공개 메소드

public ListClusters ( string resourceGroupName ) : ClusterListResponse
resourceGroupName string
리턴 ClusterListResponse

ListPersistedScripts() 공개 메소드

public ListPersistedScripts ( string resourceGroupName, string clusterName ) : ClusterListPersistedScriptActionsResponse
resourceGroupName string
clusterName string
리턴 ClusterListPersistedScriptActionsResponse

ListScriptExecutionHistory() 공개 메소드

public ListScriptExecutionHistory ( string resourceGroupName, string clusterName ) : ClusterListRuntimeScriptActionDetailResponse
resourceGroupName string
clusterName string
리턴 ClusterListRuntimeScriptActionDetailResponse

PromoteScript() 공개 메소드

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

ResizeCluster() 공개 메소드

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
리턴 Microsoft.Azure.Management.HDInsight.Models.OperationResource