Compartilhar via


ManagedClustersOperationsExtensions.CreateOrUpdateAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster> CreateOrUpdateAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IManagedClustersOperations, resourceGroupName As String, clusterName As String, parameters As ManagedCluster, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedCluster)

Parâmetros

operations
IManagedClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do recurso de cluster.

parameters
ManagedCluster

O recurso de cluster.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

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

Aplica-se a