Freigeben über


ClustersOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine Service Fabric-Clusterressource.

public static Microsoft.Azure.Management.ServiceFabric.Models.Cluster CreateOrUpdate (this Microsoft.Azure.Management.ServiceFabric.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabric.Models.Cluster parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceFabric.IClustersOperations * string * string * Microsoft.Azure.Management.ServiceFabric.Models.Cluster -> Microsoft.Azure.Management.ServiceFabric.Models.Cluster
<Extension()>
Public Function CreateOrUpdate (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As Cluster) As 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.

Gibt zurück

Hinweise

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

Gilt für: