SqlServer.DefinitionStages.WithVirtualNetworkRule Interface

public static interface SqlServer.DefinitionStages.WithVirtualNetworkRule

The stage of the SQL Server definition allowing to specify the SQL Virtual Network Rules.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineVirtualNetworkRule(String virtualNetworkRuleName)

Begins the definition of a new SQL Virtual Network Rule to be added to this server.

Method Details

defineVirtualNetworkRule

public abstract SqlVirtualNetworkRule.DefinitionStages.Blank defineVirtualNetworkRule(String virtualNetworkRuleName)

Begins the definition of a new SQL Virtual Network Rule to be added to this server.

Parameters:

virtualNetworkRuleName - the name of the new SQL Virtual Network Rule

Returns:

the first stage of the new SQL Virtual Network Rule definition

Applies to