共用方式為


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 範圍陣列。

適用於