次の方法で共有


UserOperationsExtensions.Delete メソッド

定義

特定のユーザーを削除します。

public static void Delete (this Microsoft.Azure.Management.ApiManagement.IUserOperations operations, string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default, bool? notify = default, string appType = default);
static member Delete : Microsoft.Azure.Management.ApiManagement.IUserOperations * string * string * string * string * Nullable<bool> * Nullable<bool> * string -> unit
<Extension()>
Public Sub Delete (operations As IUserOperations, resourceGroupName As String, serviceName As String, userId As String, ifMatch As String, Optional deleteSubscriptions As Nullable(Of Boolean) = Nothing, Optional notify As Nullable(Of Boolean) = Nothing, Optional appType As String = Nothing)

パラメーター

operations
IUserOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

userId
String

ユーザー識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

ifMatch
String

エンティティの ETag。 ETag は、GET 要求のヘッダー応答からの現在のエンティティ状態と一致する必要があります。または、無条件更新の場合は * にする必要があります。

deleteSubscriptions
Nullable<Boolean>

ユーザーのサブスクリプションを削除するかどうか。

notify
Nullable<Boolean>

アカウントのクローズEmail通知をユーザーに送信します。

appType
String

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

適用対象