PostgreSqlFirewallRule.FromExisting Method

Definition

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

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

Parameters

scope
IConstruct

The scope.

name
String

The resource name.

parent
PostgreSqlFlexibleServer

The resource group.

Returns

The KeyVault instance.

Applies to