Compartilhar via


ManagedClustersOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster>
<Extension()>
Public Function BeginCreateOrUpdateAsync (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