InboundNatPool 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
輸入 NAT 集區,可用來定址 Batch 集區外部計算節點上的特定埠。
public class InboundNatPool
type InboundNatPool = class
Public Class InboundNatPool
- 繼承
-
InboundNatPool
建構函式
InboundNatPool() |
初始化 InboundNatPool 類別的新實例。 |
InboundNatPool(String, InboundEndpointProtocol, Int32, Int32, Int32, IList<NetworkSecurityGroupRule>) |
初始化 InboundNatPool 類別的新實例。 |
屬性
BackendPort |
取得或設定計算節點上的埠號碼。 |
FrontendPortRangeEnd |
取得或設定外部埠範圍中的最後一個埠號碼,這些埠將用來提供個別計算節點上 backendPort 的輸入存取權。 |
FrontendPortRangeStart |
取得或設定外部埠範圍中的第一個埠號碼,這些埠將用來提供個別計算節點上 backendPort 的輸入存取。 |
Name |
取得或設定端點的名稱。 |
NetworkSecurityGroupRules |
取得或設定將套用至端點的網路安全性群組規則清單。 |
Protocol |
取得或設定端點的通訊協定。 |
方法
Validate() |
驗證 物件。 |