Share via


AssessedSqlMachinesOperations interface

Interface representing a AssessedSqlMachinesOperations.

Methods

get(string, string, string, string, string, AssessedSqlMachinesOperationsGetOptionalParams)

Get a AssessedSqlMachine

listBySqlAssessmentV2(string, string, string, string, AssessedSqlMachinesOperationsListBySqlAssessmentV2OptionalParams)

List AssessedSqlMachine resources by SqlAssessmentV2

Method Details

get(string, string, string, string, string, AssessedSqlMachinesOperationsGetOptionalParams)

Get a AssessedSqlMachine

function get(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, assessedSqlMachineName: string, options?: AssessedSqlMachinesOperationsGetOptionalParams): Promise<AssessedSqlMachine>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

projectName

string

Assessment Project Name

groupName

string

Group ARM name

assessmentName

string

SQL Assessment arm name.

assessedSqlMachineName

string

Sql assessment Assessed Machine ARM name.

options
AssessedSqlMachinesOperationsGetOptionalParams

The options parameters.

Returns

listBySqlAssessmentV2(string, string, string, string, AssessedSqlMachinesOperationsListBySqlAssessmentV2OptionalParams)

List AssessedSqlMachine resources by SqlAssessmentV2

function listBySqlAssessmentV2(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessedSqlMachinesOperationsListBySqlAssessmentV2OptionalParams): PagedAsyncIterableIterator<AssessedSqlMachine, AssessedSqlMachine[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

projectName

string

Assessment Project Name

groupName

string

Group ARM name

assessmentName

string

SQL Assessment arm name.

Returns