SqlCollectorOperations interface
Interface representing a SqlCollectorOperations.
Methods
| begin |
Create a SqlCollector |
| begin |
Create a SqlCollector |
| delete(string, string, string, Sql |
Delete a SqlCollector |
| get(string, string, string, Sql |
Get a SqlCollector |
| list |
List SqlCollector resources by AssessmentProject |
Method Details
beginCreate(string, string, string, SqlCollector, SqlCollectorOperationsCreateOptionalParams)
Create a SqlCollector
function beginCreate(resourceGroupName: string, projectName: string, collectorName: string, resource: SqlCollector, options?: SqlCollectorOperationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<SqlCollector>, SqlCollector>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- collectorName
-
string
Sql collector ARM name.
- resource
- SqlCollector
Resource create parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<SqlCollector>, SqlCollector>>
beginCreateAndWait(string, string, string, SqlCollector, SqlCollectorOperationsCreateOptionalParams)
Create a SqlCollector
function beginCreateAndWait(resourceGroupName: string, projectName: string, collectorName: string, resource: SqlCollector, options?: SqlCollectorOperationsCreateOptionalParams): Promise<SqlCollector>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- collectorName
-
string
Sql collector ARM name.
- resource
- SqlCollector
Resource create parameters.
The options parameters.
Returns
Promise<SqlCollector>
delete(string, string, string, SqlCollectorOperationsDeleteOptionalParams)
Delete a SqlCollector
function delete(resourceGroupName: string, projectName: string, collectorName: string, options?: SqlCollectorOperationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- collectorName
-
string
Sql collector ARM name.
The options parameters.
Returns
Promise<void>
get(string, string, string, SqlCollectorOperationsGetOptionalParams)
Get a SqlCollector
function get(resourceGroupName: string, projectName: string, collectorName: string, options?: SqlCollectorOperationsGetOptionalParams): Promise<SqlCollector>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
- collectorName
-
string
Sql collector ARM name.
The options parameters.
Returns
Promise<SqlCollector>
listByAssessmentProject(string, string, SqlCollectorOperationsListByAssessmentProjectOptionalParams)
List SqlCollector resources by AssessmentProject
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: SqlCollectorOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<SqlCollector, SqlCollector[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- projectName
-
string
Assessment Project Name
The options parameters.