次の方法で共有


IpFirewallRuleProperties コンストラクター

定義

オーバーロード

IpFirewallRuleProperties()

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

IpFirewallRuleProperties(String, String, String)

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

IpFirewallRuleProperties()

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

public IpFirewallRuleProperties ();
Public Sub New ()

適用対象

IpFirewallRuleProperties(String, String, String)

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

public IpFirewallRuleProperties (string endIpAddress = default, string provisioningState = default, string startIpAddress = default);
new Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleProperties : string * string * string -> Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleProperties
Public Sub New (Optional endIpAddress As String = Nothing, Optional provisioningState As String = Nothing, Optional startIpAddress As String = Nothing)

パラメーター

endIpAddress
String

ファイアウォール規則の終了 IP アドレス。 IPv4 形式である必要があります。 startIpAddress 以上である必要があります

provisioningState
String

リソース プロビジョニングの状態。 使用可能な値は、'Provisioning'、'Succeeded'、'Deleteing'、'Failed'、'DeleteError' です。

startIpAddress
String

ファイアウォール規則の開始 IP アドレス。 IPv4 形式である必要があります

適用対象