次の方法で共有


GroupsOperations interface

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

メソッド

beginCreate(string, string, string, Group, GroupsOperationsCreateOptionalParams)

グループを作成する

beginCreateAndWait(string, string, string, Group, GroupsOperationsCreateOptionalParams)

グループを作成する

beginUpdateMachines(string, string, string, UpdateGroupBody, GroupsOperationsUpdateMachinesOptionalParams)

マシンを追加または削除して、グループ内のマシンを更新します。

beginUpdateMachinesAndWait(string, string, string, UpdateGroupBody, GroupsOperationsUpdateMachinesOptionalParams)

マシンを追加または削除して、グループ内のマシンを更新します。

delete(string, string, string, GroupsOperationsDeleteOptionalParams)

グループを削除する

get(string, string, string, GroupsOperationsGetOptionalParams)

グループを取得する

listByAssessmentProject(string, string, GroupsOperationsListByAssessmentProjectOptionalParams)

AssessmentProject によるグループ リソースの一覧表示

メソッドの詳細

beginCreate(string, string, string, Group, GroupsOperationsCreateOptionalParams)

グループを作成する

function beginCreate(resourceGroupName: string, projectName: string, groupName: string, resource: Group, options?: GroupsOperationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<Group>, Group>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

groupName

string

グループ ARM 名

resource
Group

リソース作成パラメーター。

options
GroupsOperationsCreateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Group>, Group>>

beginCreateAndWait(string, string, string, Group, GroupsOperationsCreateOptionalParams)

グループを作成する

function beginCreateAndWait(resourceGroupName: string, projectName: string, groupName: string, resource: Group, options?: GroupsOperationsCreateOptionalParams): Promise<Group>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

groupName

string

グループ ARM 名

resource
Group

リソース作成パラメーター。

options
GroupsOperationsCreateOptionalParams

オプション パラメーター。

戻り値

Promise<Group>

beginUpdateMachines(string, string, string, UpdateGroupBody, GroupsOperationsUpdateMachinesOptionalParams)

マシンを追加または削除して、グループ内のマシンを更新します。

function beginUpdateMachines(resourceGroupName: string, projectName: string, groupName: string, body: UpdateGroupBody, options?: GroupsOperationsUpdateMachinesOptionalParams): Promise<SimplePollerLike<OperationState<Group>, Group>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

groupName

string

グループ ARM 名

body
UpdateGroupBody

アクション要求の内容

options
GroupsOperationsUpdateMachinesOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Group>, Group>>

beginUpdateMachinesAndWait(string, string, string, UpdateGroupBody, GroupsOperationsUpdateMachinesOptionalParams)

マシンを追加または削除して、グループ内のマシンを更新します。

function beginUpdateMachinesAndWait(resourceGroupName: string, projectName: string, groupName: string, body: UpdateGroupBody, options?: GroupsOperationsUpdateMachinesOptionalParams): Promise<Group>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

groupName

string

グループ ARM 名

body
UpdateGroupBody

アクション要求の内容

options
GroupsOperationsUpdateMachinesOptionalParams

オプション パラメーター。

戻り値

Promise<Group>

delete(string, string, string, GroupsOperationsDeleteOptionalParams)

グループを削除する

function delete(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsOperationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

groupName

string

グループ ARM 名

options
GroupsOperationsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, GroupsOperationsGetOptionalParams)

グループを取得する

function get(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsOperationsGetOptionalParams): Promise<Group>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

groupName

string

グループ ARM 名

options
GroupsOperationsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Group>

listByAssessmentProject(string, string, GroupsOperationsListByAssessmentProjectOptionalParams)

AssessmentProject によるグループ リソースの一覧表示

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: GroupsOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<Group, Group[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

options
GroupsOperationsListByAssessmentProjectOptionalParams

オプション パラメーター。

戻り値