Freigeben über


SignUpSettingsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen oder Aktualisieren Sign-Up Einstellungen.

public static Microsoft.Azure.Management.ApiManagement.Models.PortalSignupSettings CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.ISignUpSettingsOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.PortalSignupSettings parameters, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.ISignUpSettingsOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.PortalSignupSettings * string -> Microsoft.Azure.Management.ApiManagement.Models.PortalSignupSettings
<Extension()>
Public Function CreateOrUpdate (operations As ISignUpSettingsOperations, resourceGroupName As String, serviceName As String, parameters As PortalSignupSettings, Optional ifMatch As String = Nothing) As PortalSignupSettings

Parameter

operations
ISignUpSettingsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

parameters
PortalSignupSettings

Erstellen oder Aktualisieren von Parametern

ifMatch
String

ETag der Entität. Beim Erstellen einer Entität nicht erforderlich, aber beim Aktualisieren einer Entität erforderlich.

Gibt zurück

Gilt für: