次の方法で共有


Network コンストラクター

定義

オーバーロード

Network()

Network クラスの新しいインスタンスを初期化します。

Network(String, String, String)

Network クラスの新しいインスタンスを初期化します。

Network()

Network クラスの新しいインスタンスを初期化します。

public Network ();
Public Sub New ()

適用対象

Network(String, String, String)

Network クラスの新しいインスタンスを初期化します。

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)

パラメーター

publicNetworkAccess
String

パブリック ネットワーク アクセスが有効かどうか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

delegatedSubnetResourceId
String

委任されたサブネット arm リソース ID。

privateDnsZoneArmResourceId
String

プライベート DNS ゾーンの arm リソース ID。

適用対象