次の方法で共有


ServerCollectorsOperations interface

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

メソッド

beginCreate(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector を作成する

beginCreateAndWait(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector を作成する

delete(string, string, string, ServerCollectorsOperationsDeleteOptionalParams)

ServerCollector を削除する

get(string, string, string, ServerCollectorsOperationsGetOptionalParams)

ServerCollector を取得する

listByAssessmentProject(string, string, ServerCollectorsOperationsListByAssessmentProjectOptionalParams)

AssessmentProject による ServerCollector リソースの一覧表示

メソッドの詳細

beginCreate(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector を作成する

function beginCreate(resourceGroupName: string, projectName: string, serverCollectorName: string, resource: ServerCollector, options?: ServerCollectorsOperationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServerCollector>, ServerCollector>>

パラメーター

resourceGroupName

string

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

projectName

string

評価プロジェクト名

serverCollectorName

string

物理サーバー コレクターの ARM 名

resource
ServerCollector

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

options
ServerCollectorsOperationsCreateOptionalParams

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

戻り値

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

beginCreateAndWait(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector を作成する

function beginCreateAndWait(resourceGroupName: string, projectName: string, serverCollectorName: string, resource: ServerCollector, options?: ServerCollectorsOperationsCreateOptionalParams): Promise<ServerCollector>

パラメーター

resourceGroupName

string

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

projectName

string

評価プロジェクト名

serverCollectorName

string

物理サーバー コレクターの ARM 名

resource
ServerCollector

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

options
ServerCollectorsOperationsCreateOptionalParams

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

戻り値

Promise<ServerCollector>

delete(string, string, string, ServerCollectorsOperationsDeleteOptionalParams)

ServerCollector を削除する

function delete(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsOperationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

projectName

string

評価プロジェクト名

serverCollectorName

string

物理サーバー コレクターの ARM 名

options
ServerCollectorsOperationsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, ServerCollectorsOperationsGetOptionalParams)

ServerCollector を取得する

function get(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsOperationsGetOptionalParams): Promise<ServerCollector>

パラメーター

resourceGroupName

string

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

projectName

string

評価プロジェクト名

serverCollectorName

string

物理サーバー コレクターの ARM 名

options
ServerCollectorsOperationsGetOptionalParams

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

戻り値

Promise<ServerCollector>

listByAssessmentProject(string, string, ServerCollectorsOperationsListByAssessmentProjectOptionalParams)

AssessmentProject による ServerCollector リソースの一覧表示

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

パラメーター

resourceGroupName

string

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

projectName

string

評価プロジェクト名

options
ServerCollectorsOperationsListByAssessmentProjectOptionalParams

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

戻り値