Freigeben über


UserConfirmationPasswordOperationsExtensions.SendAsync Methode

Definition

Sendet eine Bestätigung.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.Azure.Management.ApiManagement.IUserConfirmationPasswordOperations operations, string resourceGroupName, string serviceName, string userId, string appType = default, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.Azure.Management.ApiManagement.IUserConfirmationPasswordOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (operations As IUserConfirmationPasswordOperations, resourceGroupName As String, serviceName As String, userId As String, Optional appType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IUserConfirmationPasswordOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

userId
String

Benutzer-ID. Muss im aktuellen API Management Dienst instance eindeutig sein.

appType
String

Bestimmt den Typ der Anwendung, die die Create-Benutzeranforderung sendet. Der Standardwert ist das Legacyherausgeberportal. Mögliche Werte: "portal", "developerPortal"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: