UpdateFirewallRuleWithAccountParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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.Store.Models.UpdateFirewallRuleWithAccountParameters : string * string * string -> Microsoft.Azure.Management.DataLake.Store.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 は同じプロトコルである必要があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET