public interface ManagedDatabaseVulnerabilityAssessmentScansClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginInitiateScan(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Executes a Vulnerability Assessment database scan.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginInitiateScan(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId,
com.azure.core.util.Context context)
Executes a Vulnerability Assessment database scan.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginInitiateScanAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Executes a Vulnerability Assessment database scan.
|
DatabaseVulnerabilityAssessmentScansExportInner |
export(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Convert an existing scan result to a human readable format.
|
Mono<DatabaseVulnerabilityAssessmentScansExportInner> |
exportAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Convert an existing scan result to a human readable format.
|
com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentScansExportInner> |
exportWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId,
com.azure.core.util.Context context)
Convert an existing scan result to a human readable format.
|
Mono<com.azure.core.http.rest.Response<DatabaseVulnerabilityAssessmentScansExportInner>> |
exportWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Convert an existing scan result to a human readable format.
|
VulnerabilityAssessmentScanRecordInner |
get(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Gets a vulnerability assessment scan record of a database.
|
Mono<VulnerabilityAssessmentScanRecordInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Gets a vulnerability assessment scan record of a database.
|
com.azure.core.http.rest.Response<VulnerabilityAssessmentScanRecordInner> |
getWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId,
com.azure.core.util.Context context)
Gets a vulnerability assessment scan record of a database.
|
Mono<com.azure.core.http.rest.Response<VulnerabilityAssessmentScanRecordInner>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Gets a vulnerability assessment scan record of a database.
|
void |
initiateScan(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Executes a Vulnerability Assessment database scan.
|
void |
initiateScan(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId,
com.azure.core.util.Context context)
Executes a Vulnerability Assessment database scan.
|
Mono<Void> |
initiateScanAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Executes a Vulnerability Assessment database scan.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
initiateScanWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
String scanId)
Executes a Vulnerability Assessment database scan.
|
com.azure.core.http.rest.PagedIterable<VulnerabilityAssessmentScanRecordInner> |
listByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Lists the vulnerability assessment scans of a database.
|
com.azure.core.http.rest.PagedIterable<VulnerabilityAssessmentScanRecordInner> |
listByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
com.azure.core.util.Context context)
Lists the vulnerability assessment scans of a database.
|
com.azure.core.http.rest.PagedFlux<VulnerabilityAssessmentScanRecordInner> |
listByDatabaseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Lists the vulnerability assessment scans of a database.
|
com.azure.core.http.rest.PagedFlux<VulnerabilityAssessmentScanRecordInner> listByDatabaseAsync(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.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.PagedIterable<VulnerabilityAssessmentScanRecordInner> listByDatabase(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.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.PagedIterable<VulnerabilityAssessmentScanRecordInner> listByDatabase(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.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<VulnerabilityAssessmentScanRecordInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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<VulnerabilityAssessmentScanRecordInner> getAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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.VulnerabilityAssessmentScanRecordInner get(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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<VulnerabilityAssessmentScanRecordInner> getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId, 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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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<Flux<ByteBuffer>>> initiateScanWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginInitiateScanAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginInitiateScan(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginInitiateScan(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId, 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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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<Void> initiateScanAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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 initiateScan(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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 initiateScan(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId, 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.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id of the scan to retrieve.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<DatabaseVulnerabilityAssessmentScansExportInner>> exportWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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 scanned database.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id.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<DatabaseVulnerabilityAssessmentScansExportInner> exportAsync(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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 scanned database.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id.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.DatabaseVulnerabilityAssessmentScansExportInner export(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId)
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 scanned database.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id.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<DatabaseVulnerabilityAssessmentScansExportInner> exportWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, String scanId, 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 scanned database.vulnerabilityAssessmentName - The name of the vulnerability assessment.scanId - The vulnerability assessment scan Id.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.