SqlAdvancedDataSecurityAdapter.AutoEnableServerVa 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.
Deploys an ARM template that enables ADS with VA on server
public void AutoEnableServerVa (string resourceGroupName, string serverName, string serverLocation, string deploymentName);
member this.AutoEnableServerVa : string * string * string * string -> unit
Public Sub AutoEnableServerVa (resourceGroupName As String, serverName As String, serverLocation As String, deploymentName As String)
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- serverLocation
- String
The server location
- deploymentName
- String
The name of the deployment (can be null - in this case a random name will be generated)