次の方法で共有


IDefaultAccountsOperations.RemoveWithHttpMessagesAsync メソッド

定義

スコープから既定のアカウントを削除します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RemoveWithHttpMessagesAsync (Guid scopeTenantId, string scopeType, string scope = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveWithHttpMessagesAsync : Guid * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function RemoveWithHttpMessagesAsync (scopeTenantId As Guid, scopeType As String, Optional scope As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

パラメーター

scopeTenantId
Guid

テナント ID。

scopeType
String

既定のアカウントのスコープ。 使用可能な値は、'Tenant'、'Subscription' です。

scope
String

スコープ オブジェクトの ID (スコープが "Subscription" の場合など) は、そのサブスクリプションの ID です。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

注釈

スコープから既定のアカウントを削除します。

適用対象