SqlAdvancedDataSecurityAdapter.AutoEnableServerVa Method

Definition

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)

Applies to