SqlFirewallRule.FromExisting(IConstruct, String, SqlServer) Method

Definition

Creates a new instance of the SqlFirewallRule class referencing an existing instance.

public static Azure.Provisioning.Sql.SqlFirewallRule FromExisting (Azure.Provisioning.IConstruct scope, string name, Azure.Provisioning.Sql.SqlServer parent);
static member FromExisting : Azure.Provisioning.IConstruct * string * Azure.Provisioning.Sql.SqlServer -> Azure.Provisioning.Sql.SqlFirewallRule
Public Shared Function FromExisting (scope As IConstruct, name As String, parent As SqlServer) As SqlFirewallRule

Parameters

scope
IConstruct

The scope.

name
String

The resource name.

parent
SqlServer

The resource group.

Returns

The KeyVault instance.

Applies to