232 строки
24 KiB
YAML
232 строки
24 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient"
|
|
name: "DataMaskingPoliciesClient"
|
|
nameWithType: "DataMaskingPoliciesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Data<wbr>Masking<wbr>Policies<wbr>Client."
|
|
syntax: "public interface **DataMaskingPoliciesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName,com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
name: "createOrUpdate(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
nameWithType: "DataMaskingPoliciesClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
summary: "Creates or updates a database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Parameters for creating or updating a data masking policy."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DataMaskingPolicyInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
desc: "Creates or updates a database data masking policy."
|
|
returns:
|
|
description: "a database data masking policy."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName,com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
nameWithType: "DataMaskingPoliciesClient.createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
summary: "Creates or updates a database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Parameters for creating or updating a data masking policy."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<DataMaskingPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
desc: "Creates or updates a database data masking policy."
|
|
returns:
|
|
description: "a database data masking policy on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName,com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters, Context context)"
|
|
name: "createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters, Context context)"
|
|
nameWithType: "DataMaskingPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters, Context context)"
|
|
summary: "Creates or updates a database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Parameters for creating or updating a data masking policy."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DataMaskingPolicyInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters, Context context)"
|
|
desc: "Creates or updates a database data masking policy."
|
|
returns:
|
|
description: "a database data masking policy along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName,com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
nameWithType: "DataMaskingPoliciesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
summary: "Creates or updates a database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Parameters for creating or updating a data masking policy."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<DataMaskingPolicyInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, DataMaskingPolicyInner parameters)"
|
|
desc: "Creates or updates a database data masking policy."
|
|
returns:
|
|
description: "a database data masking policy along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.get(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.get(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
name: "get(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
nameWithType: "DataMaskingPoliciesClient.get(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
summary: "Gets the database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DataMaskingPolicyInner get(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
desc: "Gets the database data masking policy."
|
|
returns:
|
|
description: "the database data masking policy."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.getAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.getAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
name: "getAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
nameWithType: "DataMaskingPoliciesClient.getAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
summary: "Gets the database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<DataMaskingPolicyInner> getAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
desc: "Gets the database data masking policy."
|
|
returns:
|
|
description: "the database data masking policy on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, Context context)"
|
|
nameWithType: "DataMaskingPoliciesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, Context context)"
|
|
summary: "Gets the database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<DataMaskingPolicyInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName, Context context)"
|
|
desc: "Gets the database data masking policy."
|
|
returns:
|
|
description: "the database data masking policy along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.DataMaskingPolicyName)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DataMaskingPoliciesClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
name: "getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
nameWithType: "DataMaskingPoliciesClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
summary: "Gets the database data masking policy."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database."
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the database for which the data masking policy applies."
|
|
name: "dataMaskingPolicyName"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.DataMaskingPolicyName?alt=com.azure.resourcemanager.sql.models.DataMaskingPolicyName&text=DataMaskingPolicyName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<DataMaskingPolicyInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DataMaskingPolicyName dataMaskingPolicyName)"
|
|
desc: "Gets the database data masking policy."
|
|
returns:
|
|
description: "the database data masking policy along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner?alt=com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyInner&text=DataMaskingPolicyInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in DataMaskingPoliciesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|