次の方法で共有


UpdateFirewallRuleWithAccountParameters コンストラクター

定義

オーバーロード

UpdateFirewallRuleWithAccountParameters()

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

UpdateFirewallRuleWithAccountParameters(String, String, String)

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

UpdateFirewallRuleWithAccountParameters()

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

public UpdateFirewallRuleWithAccountParameters ();
Public Sub New ()

適用対象

UpdateFirewallRuleWithAccountParameters(String, String, String)

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

public UpdateFirewallRuleWithAccountParameters (string name, string startIpAddress = default, string endIpAddress = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters : string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters
Public Sub New (name As String, Optional startIpAddress As String = Nothing, Optional endIpAddress As String = Nothing)

パラメーター

name
String

更新するファイアウォール規則の一意の名前。

startIpAddress
String

ファイアウォール規則の開始 IP アドレス。 これは、ipv4 または ipv6 のいずれかになります。 Start と End は同じプロトコルである必要があります。

endIpAddress
String

ファイアウォール規則の終了 IP アドレス。 これは、ipv4 または ipv6 のいずれかになります。 Start と End は同じプロトコルである必要があります。

適用対象