ManagementGroups interface
ManagementGroups を表すインターフェイス。
メソッド
begin |
管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。 |
begin |
管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。 |
begin |
管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。 |
begin |
管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。 |
get(string, Management |
管理グループの詳細を取得します。 |
list(Management |
認証済みユーザーの管理グループを一覧表示します。 |
list |
管理グループから派生したすべてのエンティティを一覧表示します。 |
update(string, Patch |
管理グループを更新します。 |
メソッドの詳細
beginCreateOrUpdate(string, CreateManagementGroupRequest, ManagementGroupsCreateOrUpdateOptionalParams)
管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。
function beginCreateOrUpdate(groupId: string, createManagementGroupRequest: CreateManagementGroupRequest, options?: ManagementGroupsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ManagementGroup>, ManagementGroup>>
パラメーター
- groupId
-
string
管理グループ ID。
- createManagementGroupRequest
- CreateManagementGroupRequest
管理グループの作成パラメーター。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<ManagementGroup>, ManagementGroup>>
beginCreateOrUpdateAndWait(string, CreateManagementGroupRequest, ManagementGroupsCreateOrUpdateOptionalParams)
管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。
function beginCreateOrUpdateAndWait(groupId: string, createManagementGroupRequest: CreateManagementGroupRequest, options?: ManagementGroupsCreateOrUpdateOptionalParams): Promise<ManagementGroup>
パラメーター
- groupId
-
string
管理グループ ID。
- createManagementGroupRequest
- CreateManagementGroupRequest
管理グループの作成パラメーター。
options パラメーター。
戻り値
Promise<ManagementGroup>
beginDelete(string, ManagementGroupsDeleteOptionalParams)
管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。
function beginDelete(groupId: string, options?: ManagementGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<ManagementGroupsDeleteResponse>, ManagementGroupsDeleteResponse>>
パラメーター
- groupId
-
string
管理グループ ID。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<ManagementGroupsDeleteResponse>, ManagementGroupsDeleteResponse>>
beginDeleteAndWait(string, ManagementGroupsDeleteOptionalParams)
管理グループを削除します。 管理グループに子リソースが含まれている場合、要求は失敗します。
function beginDeleteAndWait(groupId: string, options?: ManagementGroupsDeleteOptionalParams): Promise<ManagementGroupsDeleteResponse>
パラメーター
- groupId
-
string
管理グループ ID。
options パラメーター。
戻り値
Promise<ManagementGroupsDeleteResponse>
get(string, ManagementGroupsGetOptionalParams)
管理グループの詳細を取得します。
function get(groupId: string, options?: ManagementGroupsGetOptionalParams): Promise<ManagementGroup>
パラメーター
- groupId
-
string
管理グループ ID。
options パラメーター。
戻り値
Promise<ManagementGroup>
list(ManagementGroupsListOptionalParams)
認証済みユーザーの管理グループを一覧表示します。
function list(options?: ManagementGroupsListOptionalParams): PagedAsyncIterableIterator<ManagementGroupInfo, ManagementGroupInfo[], PageSettings>
パラメーター
options パラメーター。
戻り値
listDescendants(string, ManagementGroupsGetDescendantsOptionalParams)
管理グループから派生したすべてのエンティティを一覧表示します。
function listDescendants(groupId: string, options?: ManagementGroupsGetDescendantsOptionalParams): PagedAsyncIterableIterator<DescendantInfo, DescendantInfo[], PageSettings>
パラメーター
- groupId
-
string
管理グループ ID。
options パラメーター。
戻り値
update(string, PatchManagementGroupRequest, ManagementGroupsUpdateOptionalParams)
管理グループを更新します。
function update(groupId: string, patchGroupRequest: PatchManagementGroupRequest, options?: ManagementGroupsUpdateOptionalParams): Promise<ManagementGroup>
パラメーター
- groupId
-
string
管理グループ ID。
- patchGroupRequest
- PatchManagementGroupRequest
管理グループのパッチ パラメーター。
options パラメーター。
戻り値
Promise<ManagementGroup>