C# Класс Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightManagementClient

Показать файл Открыть проект

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