ExtendedServerBlobAuditingPoliciesOperationsExtensions.BeginCreateOrUpdate Method

Definition

Creates or updates an extended server's blob auditing policy.

public static Microsoft.Azure.Management.Sql.Models.ExtendedServerBlobAuditingPolicy BeginCreateOrUpdate (this Microsoft.Azure.Management.Sql.IExtendedServerBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ExtendedServerBlobAuditingPolicy parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Sql.IExtendedServerBlobAuditingPoliciesOperations * string * string * Microsoft.Azure.Management.Sql.Models.ExtendedServerBlobAuditingPolicy -> Microsoft.Azure.Management.Sql.Models.ExtendedServerBlobAuditingPolicy
<Extension()>
Public Function BeginCreateOrUpdate (operations As IExtendedServerBlobAuditingPoliciesOperations, resourceGroupName As String, serverName As String, parameters As ExtendedServerBlobAuditingPolicy) As ExtendedServerBlobAuditingPolicy

Parameters

operations
IExtendedServerBlobAuditingPoliciesOperations

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.

serverName
String

The name of the server.

parameters
ExtendedServerBlobAuditingPolicy

Properties of extended blob auditing policy

Returns

Applies to