InstancePoolsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert einen instance-Pool.
public static Microsoft.Azure.Management.Sql.Models.InstancePool CreateOrUpdate (this Microsoft.Azure.Management.Sql.IInstancePoolsOperations operations, string resourceGroupName, string instancePoolName, Microsoft.Azure.Management.Sql.Models.InstancePool parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IInstancePoolsOperations * string * string * Microsoft.Azure.Management.Sql.Models.InstancePool -> Microsoft.Azure.Management.Sql.Models.InstancePool
<Extension()>
Public Function CreateOrUpdate (operations As IInstancePoolsOperations, resourceGroupName As String, instancePoolName As String, parameters As InstancePool) As InstancePool
Parameter
- operations
- IInstancePoolsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.
- instancePoolName
- String
Der Name des instance Pools, der erstellt oder aktualisiert werden soll.
- parameters
- InstancePool
Der angeforderte instance Ressourcenstatus des Pools.
Gibt zurück
Gilt für:
Azure SDK for .NET