Partilhar via


HDInsightClusterPoolCollection.CreateOrUpdate Método

Definição

Cria ou atualiza um pool de clusters.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Operação IdClusterPools_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string clusterPoolName, Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, clusterPoolName As String, data As HDInsightClusterPoolData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of HDInsightClusterPoolResource)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

clusterPoolName
String

O nome do pool de clusters.

data
HDInsightClusterPoolData

O pool de clusters a ser criado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

clusterPoolName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

clusterPoolName ou data é nulo.

Aplica-se a