Network Constructors

Definition

Overloads

Network()

Initializes a new instance of the Network class.

Network(String, String, String)

Initializes a new instance of the Network class.

Network()

Initializes a new instance of the Network class.

public Network ();
Public Sub New ()

Applies to

Network(String, String, String)

Initializes a new instance of the Network class.

public Network (string publicNetworkAccess = default, string delegatedSubnetResourceId = default, string privateDnsZoneArmResourceId = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Network : string * string * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Network
Public Sub New (Optional publicNetworkAccess As String = Nothing, Optional delegatedSubnetResourceId As String = Nothing, Optional privateDnsZoneArmResourceId As String = Nothing)

Parameters

publicNetworkAccess
String

public network access is enabled or not. Possible values include: 'Enabled', 'Disabled'

delegatedSubnetResourceId
String

delegated subnet arm resource id.

privateDnsZoneArmResourceId
String

private dns zone arm resource id.

Applies to