次の方法で共有


EndpointAccessProfile コンストラクター

定義

オーバーロード

EndpointAccessProfile()

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

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

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

EndpointAccessProfile()

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

public EndpointAccessProfile ();
Public Sub New ()

適用対象

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

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

public EndpointAccessProfile (Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction defaultAction, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> ipRules = default);
new Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile : Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> -> Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile
Public Sub New (defaultAction As EndpointAccessDefaultAction, Optional ipRules As IList(Of IPRule) = Nothing)

パラメーター

defaultAction
EndpointAccessDefaultAction

IPRule が一致しない場合の既定のアクション。

ipRules
IList<IPRule>

クライアント IP アドレスをフィルター処理する IP 範囲の配列。

適用対象