ManagedServerSecurityAlertPoliciesClient Interface
public interface ManagedServerSecurityAlertPoliciesClient
An instance of this class provides access to all the operations defined in ManagedServerSecurityAlertPoliciesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a threat detection policy.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a threat detection policy.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a threat detection policy.
Parameters:
Returns:
createOrUpdate
public abstract ManagedServerSecurityAlertPolicyInner createOrUpdate(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner parameters)
Creates or updates a threat detection policy.
Parameters:
Returns:
createOrUpdate
public abstract ManagedServerSecurityAlertPolicyInner createOrUpdate(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, ManagedServerSecurityAlertPolicyInner parameters, Context context)
Creates or updates a threat detection policy.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a threat detection policy.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a threat detection policy.
Parameters:
Returns:
get
public abstract ManagedServerSecurityAlertPolicyInner get(String resourceGroupName, String managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName)
Get a managed server's threat detection policy.
Parameters:
Returns:
getAsync
public abstract Mono
Get a managed server's threat detection policy.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a managed server's threat detection policy.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a managed server's threat detection policy.
Parameters:
Returns:
listByInstance
public abstract PagedIterable
Get the managed server's threat detection policies.
Parameters:
Returns:
listByInstance
public abstract PagedIterable
Get the managed server's threat detection policies.
Parameters:
Returns:
listByInstanceAsync
public abstract PagedFlux
Get the managed server's threat detection policies.
Parameters:
Returns:
Applies to
Azure SDK for Java