Compartilhar via


IManagedClustersOperations.BeginCreateOrUpdateWithHttpMessagesAsync Método

Definição

Cria ou atualiza um recurso de cluster gerenciado do Service Fabric.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster>> BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, clusterName As String, parameters As ManagedCluster, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ManagedCluster))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do recurso de cluster.

parameters
ManagedCluster

O recurso de cluster.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Comentários

Crie ou atualize um recurso de cluster gerenciado do Service Fabric com o nome especificado.

Aplica-se a