public interface ManagedDatabaseVulnerabilityAssessmentsClient
| Modifier and Type | Method and Description |
|---|---|
DatabaseVulnerabilityAssessmentInner |
createOrUpdate(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
DatabaseVulnerabilityAssessmentInner parameters)
Creates or updates the database's vulnerability assessment.
|
Mono<DatabaseVulnerabilityAssessmentInner> |
createOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
DatabaseVulnerabilityAssessmentInner parameters)
Creates or updates the database's vulnerability assessment.
|
com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner> |
createOrUpdateWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
DatabaseVulnerabilityAssessmentInner parameters,
com.azure.core.util.Context context)
Creates or updates the database's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
DatabaseVulnerabilityAssessmentInner parameters)
Creates or updates the database's vulnerability assessment.
|
void |
delete(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the database's vulnerability assessment.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the database's vulnerability assessment.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
com.azure.core.util.Context context)
Removes the database's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the database's vulnerability assessment.
|
DatabaseVulnerabilityAssessmentInner |
get(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the database's vulnerability assessment.
|
Mono<DatabaseVulnerabilityAssessmentInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the database's vulnerability assessment.
|
com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner> |
getWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
com.azure.core.util.Context context)
Gets the database's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the database's vulnerability assessment.
|
com.azure.core.http.rest.PagedIterable<DatabaseVulnerabilityAssessmentInner> |
listByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName)
Lists the vulnerability assessments of a managed database.
|
com.azure.core.http.rest.PagedIterable<DatabaseVulnerabilityAssessmentInner> |
listByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName,
com.azure.core.util.Context context)
Lists the vulnerability assessments of a managed database.
|
com.azure.core.http.rest.PagedFlux<DatabaseVulnerabilityAssessmentInner> |
listByDatabaseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName)
Lists the vulnerability assessments of a managed database.
|
Mono<com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DatabaseVulnerabilityAssessmentInner> getAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DatabaseVulnerabilityAssessmentInner get(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner> getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, com.azure.core.util.Context context)
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.managedInstanceName - The name of the managed instance.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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner 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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A database vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DatabaseVulnerabilityAssessmentInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner 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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A database vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DatabaseVulnerabilityAssessmentInner createOrUpdate(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner 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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A database vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentInner> createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessmentInner parameters, com.azure.core.util.Context context)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A database vulnerability assessment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, com.azure.core.util.Context context)
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.managedInstanceName - The name of the managed instance.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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DatabaseVulnerabilityAssessmentInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DatabaseVulnerabilityAssessmentInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DatabaseVulnerabilityAssessmentInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, com.azure.core.util.Context context)
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.managedInstanceName - The name of the managed instance.databaseName - The name of the database for which the vulnerability assessment is defined.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.