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 privateDnsZoneResourceId = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Network : string * string * string -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Network
Public Sub New (Optional publicNetworkAccess As String = Nothing, Optional delegatedSubnetResourceId As String = Nothing, Optional privateDnsZoneResourceId As String = Nothing)

パラメーター

publicNetworkAccess
String

このサーバーに対してパブリック ネットワーク アクセスが許可されているかどうか。 サーバーに VNet 統合がある場合、値は "無効" です。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

delegatedSubnetResourceId
String

サーバーの vnet のセットアップに使用される委任されたサブネット リソース ID。

privateDnsZoneResourceId
String

ゾーン リソース ID をプライベート DNSします。

適用対象