次の方法で共有


ApiManagementUserResource.SendUserConfirmationPasswordAsync メソッド

定義

確認を送信します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}/confirmations/password/send
  • 操作IdUserConfirmationPassword_Send
public virtual System.Threading.Tasks.Task<Azure.Response> SendUserConfirmationPasswordAsync (Azure.ResourceManager.ApiManagement.Models.AppType? appType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SendUserConfirmationPasswordAsync : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.SendUserConfirmationPasswordAsync : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SendUserConfirmationPasswordAsync (Optional appType As Nullable(Of AppType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

appType
Nullable<AppType>

ユーザー作成要求を送信するアプリケーションの種類を決定します。 既定値はレガシ パブリッシャー ポータルです。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象