public interface ServerVulnerabilityAssessmentsClient
| Modifier and Type | Method and Description |
|---|---|
ServerVulnerabilityAssessmentInner |
createOrUpdate(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ServerVulnerabilityAssessmentInner parameters)
Creates or updates the server's vulnerability assessment.
|
Mono<ServerVulnerabilityAssessmentInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ServerVulnerabilityAssessmentInner parameters)
Creates or updates the server's vulnerability assessment.
|
com.azure.core.http.rest.Response<ServerVulnerabilityAssessmentInner> |
createOrUpdateWithResponse(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ServerVulnerabilityAssessmentInner parameters,
com.azure.core.util.Context context)
Creates or updates the server's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<ServerVulnerabilityAssessmentInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ServerVulnerabilityAssessmentInner parameters)
Creates or updates the server's vulnerability assessment.
|
void |
delete(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the server's vulnerability assessment.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the server's vulnerability assessment.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
com.azure.core.util.Context context)
Removes the server's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the server's vulnerability assessment.
|
ServerVulnerabilityAssessmentInner |
get(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the server's vulnerability assessment.
|
Mono<ServerVulnerabilityAssessmentInner> |
getAsync(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the server's vulnerability assessment.
|
com.azure.core.http.rest.Response<ServerVulnerabilityAssessmentInner> |
getWithResponse(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
com.azure.core.util.Context context)
Gets the server's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<ServerVulnerabilityAssessmentInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the server's vulnerability assessment.
|
com.azure.core.http.rest.PagedIterable<ServerVulnerabilityAssessmentInner> |
listByServer(String resourceGroupName,
String serverName)
Lists the vulnerability assessment policies associated with a server.
|
com.azure.core.http.rest.PagedIterable<ServerVulnerabilityAssessmentInner> |
listByServer(String resourceGroupName,
String serverName,
com.azure.core.util.Context context)
Lists the vulnerability assessment policies associated with a server.
|
com.azure.core.http.rest.PagedFlux<ServerVulnerabilityAssessmentInner> |
listByServerAsync(String resourceGroupName,
String serverName)
Lists the vulnerability assessment policies associated with a server.
|
Mono<com.azure.core.http.rest.Response<ServerVulnerabilityAssessmentInner>> getWithResponseAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server 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<ServerVulnerabilityAssessmentInner> getAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server 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.ServerVulnerabilityAssessmentInner get(String resourceGroupName, String serverName, 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.serverName - The name of the server 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<ServerVulnerabilityAssessmentInner> getWithResponse(String resourceGroupName, String serverName, 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.serverName - The name of the server 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<ServerVulnerabilityAssessmentInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessmentInner 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 for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A server 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<ServerVulnerabilityAssessmentInner> createOrUpdateAsync(String resourceGroupName, String serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessmentInner 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 for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A server 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.ServerVulnerabilityAssessmentInner createOrUpdate(String resourceGroupName, String serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessmentInner 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 for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A server 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<ServerVulnerabilityAssessmentInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessmentInner 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.serverName - The name of the server for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A server 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 serverName, 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.serverName - The name of the server 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 serverName, 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.serverName - The name of the server 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 serverName, 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.serverName - The name of the server 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 serverName, 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.serverName - The name of the server 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<ServerVulnerabilityAssessmentInner> listByServerAsync(String resourceGroupName, String serverName)
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.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<ServerVulnerabilityAssessmentInner> listByServer(String resourceGroupName, String serverName)
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.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<ServerVulnerabilityAssessmentInner> listByServer(String resourceGroupName, String serverName, 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.serverName - The name of the server.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.