SqlAdvancedDataSecurityAdapter.AutoEnableInstanceVa Method

Definition

Deploys an ARM template that enables ADS with VA on managed instance

public void AutoEnableInstanceVa (string resourceGroupName, string instanceName, string instanceLocation, string deploymentName);
member this.AutoEnableInstanceVa : string * string * string * string -> unit
Public Sub AutoEnableInstanceVa (resourceGroupName As String, instanceName As String, instanceLocation As String, deploymentName As String)

Parameters

resourceGroupName
String

The resource group name

instanceName
String

The managed instance name

instanceLocation
String

The managed instance location

deploymentName
String

The name of the deployment (can be null - in this case a random name will be generated)

Applies to