次の方法で共有


GroupsOperationsExtensions.DeleteAsync メソッド

定義

ディレクトリからグループを削除します。

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations operations, string objectId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IGroupsOperations, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IGroupsOperations

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

objectId
String

削除するグループのオブジェクト ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象