Freigeben über


ApiManagementUserResource.SendUserConfirmationPassword Methode

Definition

Sendet eine Bestätigung.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}/confirmations/password/send
  • Vorgang IdUserConfirmationPassword_Send
public virtual Azure.Response SendUserConfirmationPassword (Azure.ResourceManager.ApiManagement.Models.AppType? appType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SendUserConfirmationPassword : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> Azure.Response
override this.SendUserConfirmationPassword : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function SendUserConfirmationPassword (Optional appType As Nullable(Of AppType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameter

appType
Nullable<AppType>

Bestimmt den Typ der Anwendung, die die Create-Benutzeranforderung sendet. Der Standardwert ist das Legacyherausgeberportal.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: