ServerCollectorsOperations interface
ServerCollectorsOperations を表すインターフェイス。
メソッド
| begin |
ServerCollector を作成する |
| begin |
ServerCollector を作成する |
| delete(string, string, string, Server |
ServerCollector を削除する |
| get(string, string, string, Server |
ServerCollector を取得する |
| list |
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
リソース作成パラメーター。
オプション パラメーター。
戻り値
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
リソース作成パラメーター。
オプション パラメーター。
戻り値
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 名
オプション パラメーター。
戻り値
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 名
オプション パラメーター。
戻り値
Promise<ServerCollector>
listByAssessmentProject(string, string, ServerCollectorsOperationsListByAssessmentProjectOptionalParams)
AssessmentProject による ServerCollector リソースの一覧表示
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: ServerCollectorsOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<ServerCollector, ServerCollector[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
オプション パラメーター。