Share via


DataMaskingRulesOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a database data masking rule.

public static Microsoft.Azure.Management.Sql.Models.DataMaskingRule CreateOrUpdate (this Microsoft.Azure.Management.Sql.IDataMaskingRulesOperations operations, string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, Microsoft.Azure.Management.Sql.Models.DataMaskingRule parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IDataMaskingRulesOperations * string * string * string * string * Microsoft.Azure.Management.Sql.Models.DataMaskingRule -> Microsoft.Azure.Management.Sql.Models.DataMaskingRule
<Extension()>
Public Function CreateOrUpdate (operations As IDataMaskingRulesOperations, resourceGroupName As String, serverName As String, databaseName As String, dataMaskingRuleName As String, parameters As DataMaskingRule) As DataMaskingRule

Parameters

operations
IDataMaskingRulesOperations

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.

databaseName
String

The name of the database.

dataMaskingRuleName
String

The name of the data masking rule.

parameters
DataMaskingRule

The required parameters for creating or updating a data masking rule.

Returns

Applies to