次の方法で共有


ApiManagementUserResource.SendUserConfirmationPassword メソッド

定義

確認を送信します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}/confirmations/password/send
  • 操作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

パラメーター

appType
Nullable<AppType>

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

cancellationToken
CancellationToken

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

戻り値

適用対象