public interface ManagedServerSecurityAlertPoliciesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedServerSecurityAlertPolicyInner>,ManagedServerSecurityAlertPolicyInner> |
beginCreateOrUpdate(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ManagedServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedServerSecurityAlertPolicyInner>,ManagedServerSecurityAlertPolicyInner> |
beginCreateOrUpdate(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ManagedServerSecurityAlertPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates a threat detection policy.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedServerSecurityAlertPolicyInner>,ManagedServerSecurityAlertPolicyInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ManagedServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
ManagedServerSecurityAlertPolicyInner |
createOrUpdate(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ManagedServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
ManagedServerSecurityAlertPolicyInner |
createOrUpdate(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ManagedServerSecurityAlertPolicyInner parameters,
com.azure.core.util.Context context)
Creates or updates a threat detection policy.
|
Mono<ManagedServerSecurityAlertPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ManagedServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
ManagedServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
|
ManagedServerSecurityAlertPolicyInner |
get(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
Get a managed server's threat detection policy.
|
Mono<ManagedServerSecurityAlertPolicyInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
Get a managed server's threat detection policy.
|
com.azure.core.http.rest.Response<ManagedServerSecurityAlertPolicyInner> |
getWithResponse(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName,
com.azure.core.util.Context context)
Get a managed server's threat detection policy.
|
Mono<com.azure.core.http.rest.Response<ManagedServerSecurityAlertPolicyInner>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
Get a managed server's threat detection policy.
|
com.azure.core.http.rest.PagedIterable<ManagedServerSecurityAlertPolicyInner> |
listByInstance(String resourceGroupName,
String managedInstanceName)
Get the managed server's threat detection policies.
|
com.azure.core.http.rest.PagedIterable<ManagedServerSecurityAlertPolicyInner> |
listByInstance(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context)
Get the managed server's threat detection policies.
|
com.azure.core.http.rest.PagedFlux<ManagedServerSecurityAlertPolicyInner> |
listByInstanceAsync(String resourceGroupName,
String managedInstanceName)
Get the managed server's threat detection policies.
|
Mono<com.azure.core.http.rest.Response<ManagedServerSecurityAlertPolicyInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
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.securityAlertPolicyName - The name of the security alert policy.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<ManagedServerSecurityAlertPolicyInner> getAsync(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
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.securityAlertPolicyName - The name of the security alert policy.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.ManagedServerSecurityAlertPolicyInner get(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
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.securityAlertPolicyName - The name of the security alert policy.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<ManagedServerSecurityAlertPolicyInner> getWithResponse(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, 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.securityAlertPolicyName - The name of the security alert policy.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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner 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.securityAlertPolicyName - The name of the security alert policy.parameters - A managed server security alert policy.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<ManagedServerSecurityAlertPolicyInner>,ManagedServerSecurityAlertPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner 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.securityAlertPolicyName - The name of the security alert policy.parameters - A managed server security alert policy.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<ManagedServerSecurityAlertPolicyInner>,ManagedServerSecurityAlertPolicyInner> beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner 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.securityAlertPolicyName - The name of the security alert policy.parameters - A managed server security alert policy.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<ManagedServerSecurityAlertPolicyInner>,ManagedServerSecurityAlertPolicyInner> beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner 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.securityAlertPolicyName - The name of the security alert policy.parameters - A managed server security alert policy.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<ManagedServerSecurityAlertPolicyInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner 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.securityAlertPolicyName - The name of the security alert policy.parameters - A managed server security alert policy.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.ManagedServerSecurityAlertPolicyInner createOrUpdate(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner 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.securityAlertPolicyName - The name of the security alert policy.parameters - A managed server security alert policy.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.ManagedServerSecurityAlertPolicyInner createOrUpdate(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner 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.securityAlertPolicyName - The name of the security alert policy.parameters - A managed server security alert policy.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<ManagedServerSecurityAlertPolicyInner> 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.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<ManagedServerSecurityAlertPolicyInner> 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.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<ManagedServerSecurityAlertPolicyInner> 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.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.