ManagedServerSecurityAlertPoliciesOperationsExtensions.CreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates a threat detection policy.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedServerSecurityAlertPolicyInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedServerSecurityAlertPoliciesOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Fluent.Models.ManagedServerSecurityAlertPolicyInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedServerSecurityAlertPoliciesOperations * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.ManagedServerSecurityAlertPolicyInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedServerSecurityAlertPolicyInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IManagedServerSecurityAlertPoliciesOperations, resourceGroupName As String, managedInstanceName As String, parameters As ManagedServerSecurityAlertPolicyInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedServerSecurityAlertPolicyInner)
Parameters
The operations group for this extension method.
- resourceGroupName
- String
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
- String
The name of the managed instance.
- parameters
- ManagedServerSecurityAlertPolicyInner
The managed server security alert policy.
- cancellationToken
- CancellationToken
The cancellation token.