Freigeben über


ManagedClustersOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine verwaltete Service Fabric-Clusterressource.

public static Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster CreateOrUpdate (this Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster -> Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster
<Extension()>
Public Function CreateOrUpdate (operations As IManagedClustersOperations, resourceGroupName As String, clusterName As String, parameters As ManagedCluster) As ManagedCluster

Parameter

operations
IManagedClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

parameters
ManagedCluster

Die Clusterressource.

Gibt zurück

Hinweise

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

Gilt für: