DatabaseVulnerabilityAssessmentsClient Interface

public interface DatabaseVulnerabilityAssessmentsClient

An instance of this class provides access to all the operations defined in DatabaseVulnerabilityAssessmentsClient.

Method Summary

Modifier and Type Method and Description
abstract DatabaseVulnerabilityAssessmentInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters)

Creates or updates the database's vulnerability assessment.

abstract Mono<DatabaseVulnerabilityAssessmentInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters)

Creates or updates the database's vulnerability assessment.

abstract Response<DatabaseVulnerabilityAssessmentInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters, Context context)

Creates or updates the database's vulnerability assessment.

abstract Mono<Response<DatabaseVulnerabilityAssessmentInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters)

Creates or updates the database's vulnerability assessment.

abstract void delete(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Removes the database's vulnerability assessment.

abstract Mono<Void> deleteAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Removes the database's vulnerability assessment.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, Context context)

Removes the database's vulnerability assessment.

abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Removes the database's vulnerability assessment.

abstract DatabaseVulnerabilityAssessmentInner get(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Gets the database's vulnerability assessment.

abstract Mono<DatabaseVulnerabilityAssessmentInner> getAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Gets the database's vulnerability assessment.

abstract Response<DatabaseVulnerabilityAssessmentInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, Context context)

Gets the database's vulnerability assessment.

abstract Mono<Response<DatabaseVulnerabilityAssessmentInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Gets the database's vulnerability assessment.

abstract PagedIterable<DatabaseVulnerabilityAssessmentInner> listByDatabase(String resourceGroupName, String serverName, String databaseName)

Lists the vulnerability assessment policies associated with a database.

abstract PagedIterable<DatabaseVulnerabilityAssessmentInner> listByDatabase(String resourceGroupName, String serverName, String databaseName, Context context)

Lists the vulnerability assessment policies associated with a database.

abstract PagedFlux<DatabaseVulnerabilityAssessmentInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)

Lists the vulnerability assessment policies associated with a database.

Method Details

createOrUpdate

public abstract DatabaseVulnerabilityAssessmentInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters)

Creates or updates the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.
parameters - The requested resource.

Returns:

a database vulnerability assessment.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters)

Creates or updates the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.
parameters - The requested resource.

Returns:

a database vulnerability assessment on successful completion of Mono.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters, Context context)

Creates or updates the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.
parameters - The requested resource.
context - The context to associate with this operation.

Returns:

a database vulnerability assessment along with Response<T>.

createOrUpdateWithResponseAsync

public abstract Mono> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters)

Creates or updates the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.
parameters - The requested resource.

Returns:

a database vulnerability assessment along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Removes the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Removes the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponse

public abstract Response deleteWithResponse(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, Context context)

Removes the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.
context - The context to associate with this operation.

Returns:

deleteWithResponseAsync

public abstract Mono> deleteWithResponseAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Removes the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract DatabaseVulnerabilityAssessmentInner get(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Gets the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.

Returns:

the database's vulnerability assessment.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Gets the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.

Returns:

the database's vulnerability assessment on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, Context context)

Gets the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.
context - The context to associate with this operation.

Returns:

the database's vulnerability assessment along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)

Gets the database's vulnerability assessment.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment is defined.
vulnerabilityAssessmentName - The name of the vulnerability assessment.

Returns:

the database's vulnerability assessment along with Response<T> on successful completion of Mono.

listByDatabase

public abstract PagedIterable listByDatabase(String resourceGroupName, String serverName, String databaseName)

Lists the vulnerability assessment policies associated with a database.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment policies are defined.

Returns:

a list of the database's vulnerability assessments as paginated response with PagedIterable<T>.

listByDatabase

public abstract PagedIterable listByDatabase(String resourceGroupName, String serverName, String databaseName, Context context)

Lists the vulnerability assessment policies associated with a database.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment policies are defined.
context - The context to associate with this operation.

Returns:

a list of the database's vulnerability assessments as paginated response with PagedIterable<T>.

listByDatabaseAsync

public abstract PagedFlux listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)

Lists the vulnerability assessment policies associated with a database.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database for which the vulnerability assessment policies are defined.

Returns:

a list of the database's vulnerability assessments as paginated response with PagedFlux<T>.

Applies to