ManagementGroups interface

ManagementGroups を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, CreateManagementGroupRequest, ManagementGroupsCreateOrUpdateOptionalParams)

管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。

beginCreateOrUpdateAndWait(string, CreateManagementGroupRequest, ManagementGroupsCreateOrUpdateOptionalParams)

管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。

beginDelete(string, ManagementGroupsDeleteOptionalParams)

管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。

beginDeleteAndWait(string, ManagementGroupsDeleteOptionalParams)

管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。

get(string, ManagementGroupsGetOptionalParams)

管理グループの詳細を取得します。

list(ManagementGroupsListOptionalParams)

認証済みユーザーの管理グループを一覧表示します。

listDescendants(string, ManagementGroupsGetDescendantsOptionalParams)

管理グループから派生したすべてのエンティティを一覧表示します。

update(string, PatchManagementGroupRequest, ManagementGroupsUpdateOptionalParams)

管理グループを更新します。

メソッドの詳細

beginCreateOrUpdate(string, CreateManagementGroupRequest, ManagementGroupsCreateOrUpdateOptionalParams)

管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。

function beginCreateOrUpdate(groupId: string, createManagementGroupRequest: CreateManagementGroupRequest, options?: ManagementGroupsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ManagementGroup>, ManagementGroup>>

パラメーター

groupId

string

管理グループ ID。

createManagementGroupRequest
CreateManagementGroupRequest

管理グループの作成パラメーター。

options
ManagementGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginCreateOrUpdateAndWait(string, CreateManagementGroupRequest, ManagementGroupsCreateOrUpdateOptionalParams)

管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。

function beginCreateOrUpdateAndWait(groupId: string, createManagementGroupRequest: CreateManagementGroupRequest, options?: ManagementGroupsCreateOrUpdateOptionalParams): Promise<ManagementGroup>

パラメーター

groupId

string

管理グループ ID。

createManagementGroupRequest
CreateManagementGroupRequest

管理グループの作成パラメーター。

options
ManagementGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<ManagementGroup>

beginDelete(string, ManagementGroupsDeleteOptionalParams)

管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。

function beginDelete(groupId: string, options?: ManagementGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<ManagementGroupsDeleteResponse>, ManagementGroupsDeleteResponse>>

パラメーター

groupId

string

管理グループ ID。

options
ManagementGroupsDeleteOptionalParams

options パラメーター。

戻り値

beginDeleteAndWait(string, ManagementGroupsDeleteOptionalParams)

管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。

function beginDeleteAndWait(groupId: string, options?: ManagementGroupsDeleteOptionalParams): Promise<ManagementGroupsDeleteResponse>

パラメーター

groupId

string

管理グループ ID。

options
ManagementGroupsDeleteOptionalParams

options パラメーター。

戻り値

get(string, ManagementGroupsGetOptionalParams)

管理グループの詳細を取得します。

function get(groupId: string, options?: ManagementGroupsGetOptionalParams): Promise<ManagementGroup>

パラメーター

groupId

string

管理グループ ID。

options
ManagementGroupsGetOptionalParams

options パラメーター。

戻り値

Promise<ManagementGroup>

list(ManagementGroupsListOptionalParams)

認証済みユーザーの管理グループを一覧表示します。

function list(options?: ManagementGroupsListOptionalParams): PagedAsyncIterableIterator<ManagementGroupInfo, ManagementGroupInfo[], PageSettings>

パラメーター

options
ManagementGroupsListOptionalParams

options パラメーター。

戻り値

listDescendants(string, ManagementGroupsGetDescendantsOptionalParams)

管理グループから派生したすべてのエンティティを一覧表示します。

function listDescendants(groupId: string, options?: ManagementGroupsGetDescendantsOptionalParams): PagedAsyncIterableIterator<DescendantInfo, DescendantInfo[], PageSettings>

パラメーター

groupId

string

管理グループ ID。

options
ManagementGroupsGetDescendantsOptionalParams

options パラメーター。

戻り値

update(string, PatchManagementGroupRequest, ManagementGroupsUpdateOptionalParams)

管理グループを更新します。

function update(groupId: string, patchGroupRequest: PatchManagementGroupRequest, options?: ManagementGroupsUpdateOptionalParams): Promise<ManagementGroup>

パラメーター

groupId

string

管理グループ ID。

patchGroupRequest
PatchManagementGroupRequest

管理グループのパッチ パラメーター。

options
ManagementGroupsUpdateOptionalParams

options パラメーター。

戻り値

Promise<ManagementGroup>