Share via


SignInSettingsOperationsExtensions.CreateOrUpdate Method

Definition

Create or Update Sign-In settings.

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

Parameters

operations
ISignInSettingsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

parameters
PortalSigninSettings

Create or update parameters.

ifMatch
String

ETag of the Entity. Not required when creating an entity, but required when updating an entity.

Returns

Applies to