次の方法で共有


CreateFirewallRuleWithAccountParameters クラス

定義

新しいData Lake Analytics アカウントの作成時に新しいファイアウォール規則を作成するために使用されるパラメーター。

[Microsoft.Rest.Serialization.JsonTransformation]
public class CreateFirewallRuleWithAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CreateFirewallRuleWithAccountParameters = class
Public Class CreateFirewallRuleWithAccountParameters
継承
CreateFirewallRuleWithAccountParameters
属性

コンストラクター

CreateFirewallRuleWithAccountParameters()

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

CreateFirewallRuleWithAccountParameters(String, String, String)

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

プロパティ

EndIpAddress

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

Name

作成するファイアウォール規則の一意の名前を取得または設定します。

StartIpAddress

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

メソッド

Validate()

オブジェクトを検証します。

適用対象