Freigeben über


ClustersOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Service Fabric-Clusterressource.

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

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

parameters
Cluster

Die Clusterressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellen oder aktualisieren Sie eine Service Fabric-Clusterressource mit dem angegebenen Namen.

Gilt für: