AssessedSqlInstanceV2Operations interface
AssessedSqlInstanceV2Operations を表すインターフェイス。
メソッド
| get(string, string, string, string, string, Assessed |
AssessedSqlInstanceV2 を取得する |
| list |
SqlAssessmentV2 による AssessedSqlInstanceV2 リソースの一覧表示 |
メソッドの詳細
get(string, string, string, string, string, AssessedSqlInstanceV2OperationsGetOptionalParams)
AssessedSqlInstanceV2 を取得する
function get(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, assessedSqlInstanceName: string, options?: AssessedSqlInstanceV2OperationsGetOptionalParams): Promise<AssessedSqlInstanceV2>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
- groupName
-
string
グループ ARM 名
- assessmentName
-
string
SQL Assessment arm 名。
- assessedSqlInstanceName
-
string
Sql Assessment Assessed Instance ARM の名前。
オプション パラメーター。
戻り値
Promise<AssessedSqlInstanceV2>
listBySqlAssessmentV2(string, string, string, string, AssessedSqlInstanceV2OperationsListBySqlAssessmentV2OptionalParams)
SqlAssessmentV2 による AssessedSqlInstanceV2 リソースの一覧表示
function listBySqlAssessmentV2(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessedSqlInstanceV2OperationsListBySqlAssessmentV2OptionalParams): PagedAsyncIterableIterator<AssessedSqlInstanceV2, AssessedSqlInstanceV2[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
- groupName
-
string
グループ ARM 名
- assessmentName
-
string
SQL Assessment arm 名。
オプション パラメーター。