public interface ManagedInstanceVulnerabilityAssessmentsClient
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceVulnerabilityAssessmentInner |
createOrUpdate(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ManagedInstanceVulnerabilityAssessmentInner parameters)
Creates or updates the managed instance's vulnerability assessment.
|
Mono<ManagedInstanceVulnerabilityAssessmentInner> |
createOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ManagedInstanceVulnerabilityAssessmentInner parameters)
Creates or updates the managed instance's vulnerability assessment.
|
com.azure.core.http.rest.Response<ManagedInstanceVulnerabilityAssessmentInner> |
createOrUpdateWithResponse(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ManagedInstanceVulnerabilityAssessmentInner parameters,
com.azure.core.util.Context context)
Creates or updates the managed instance's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceVulnerabilityAssessmentInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
ManagedInstanceVulnerabilityAssessmentInner parameters)
Creates or updates the managed instance's vulnerability assessment.
|
void |
delete(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the managed instance's vulnerability assessment.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the managed instance's vulnerability assessment.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
com.azure.core.util.Context context)
Removes the managed instance's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Removes the managed instance's vulnerability assessment.
|
ManagedInstanceVulnerabilityAssessmentInner |
get(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the managed instance's vulnerability assessment.
|
Mono<ManagedInstanceVulnerabilityAssessmentInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the managed instance's vulnerability assessment.
|
com.azure.core.http.rest.Response<ManagedInstanceVulnerabilityAssessmentInner> |
getWithResponse(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName,
com.azure.core.util.Context context)
Gets the managed instance's vulnerability assessment.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceVulnerabilityAssessmentInner>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
VulnerabilityAssessmentName vulnerabilityAssessmentName)
Gets the managed instance's vulnerability assessment.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceVulnerabilityAssessmentInner> |
listByInstance(String resourceGroupName,
String managedInstanceName)
Gets the managed instance's vulnerability assessment policies.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceVulnerabilityAssessmentInner> |
listByInstance(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context)
Gets the managed instance's vulnerability assessment policies.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceVulnerabilityAssessmentInner> |
listByInstanceAsync(String resourceGroupName,
String managedInstanceName)
Gets the managed instance's vulnerability assessment policies.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceVulnerabilityAssessmentInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, 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 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<ManagedInstanceVulnerabilityAssessmentInner> getAsync(String resourceGroupName, String managedInstanceName, 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 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.ManagedInstanceVulnerabilityAssessmentInner get(String resourceGroupName, String managedInstanceName, 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 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<ManagedInstanceVulnerabilityAssessmentInner> getWithResponse(String resourceGroupName, String managedInstanceName, 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 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<ManagedInstanceVulnerabilityAssessmentInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessmentInner 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 for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A managed instance 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<ManagedInstanceVulnerabilityAssessmentInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessmentInner 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 for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A managed instance 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.ManagedInstanceVulnerabilityAssessmentInner createOrUpdate(String resourceGroupName, String managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessmentInner 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 for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A managed instance 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<ManagedInstanceVulnerabilityAssessmentInner> createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessmentInner 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 for which the vulnerability assessment is defined.vulnerabilityAssessmentName - The name of the vulnerability assessment.parameters - A managed instance 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, 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 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, 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 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, 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 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, 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 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<ManagedInstanceVulnerabilityAssessmentInner> listByInstanceAsync(String resourceGroupName, String managedInstanceName)
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 for which the vulnerability assessments 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<ManagedInstanceVulnerabilityAssessmentInner> listByInstance(String resourceGroupName, String managedInstanceName)
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 for which the vulnerability assessments 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<ManagedInstanceVulnerabilityAssessmentInner> listByInstance(String resourceGroupName, String managedInstanceName, 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 for which the vulnerability assessments 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.