共用方式為


InboundNatRules interface

表示 InboundNatRules 的介面。

方法

beginCreateOrUpdate(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

建立或更新負載平衡器輸入 NAT 規則。

beginCreateOrUpdateAndWait(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

建立或更新負載平衡器輸入 NAT 規則。

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

刪除指定的負載平衡器輸入 NAT 規則。

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

刪除指定的負載平衡器輸入 NAT 規則。

get(string, string, string, InboundNatRulesGetOptionalParams)

取得指定的負載平衡器輸入 NAT 規則。

list(string, string, InboundNatRulesListOptionalParams)

取得負載平衡器中的所有輸入 NAT 規則。

方法詳細資料

beginCreateOrUpdate(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

建立或更新負載平衡器輸入 NAT 規則。

function beginCreateOrUpdate(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>

參數

resourceGroupName

string

資源群組的名稱。

loadBalancerName

string

負載平衡器的名稱。

inboundNatRuleName

string

輸入 NAT 規則的名稱。

inboundNatRuleParameters
InboundNatRule

提供給建立或更新輸入 NAT 規則作業的參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>

beginCreateOrUpdateAndWait(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

建立或更新負載平衡器輸入 NAT 規則。

function beginCreateOrUpdateAndWait(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams): Promise<InboundNatRule>

參數

resourceGroupName

string

資源群組的名稱。

loadBalancerName

string

負載平衡器的名稱。

inboundNatRuleName

string

輸入 NAT 規則的名稱。

inboundNatRuleParameters
InboundNatRule

提供給建立或更新輸入 NAT 規則作業的參數。

傳回

Promise<InboundNatRule>

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

刪除指定的負載平衡器輸入 NAT 規則。

function beginDelete(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。

loadBalancerName

string

負載平衡器的名稱。

inboundNatRuleName

string

輸入 NAT 規則的名稱。

options
InboundNatRulesDeleteOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

刪除指定的負載平衡器輸入 NAT 規則。

function beginDeleteAndWait(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。

loadBalancerName

string

負載平衡器的名稱。

inboundNatRuleName

string

輸入 NAT 規則的名稱。

options
InboundNatRulesDeleteOptionalParams

選項參數。

傳回

Promise<void>

get(string, string, string, InboundNatRulesGetOptionalParams)

取得指定的負載平衡器輸入 NAT 規則。

function get(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesGetOptionalParams): Promise<InboundNatRule>

參數

resourceGroupName

string

資源群組的名稱。

loadBalancerName

string

負載平衡器的名稱。

inboundNatRuleName

string

輸入 NAT 規則的名稱。

options
InboundNatRulesGetOptionalParams

選項參數。

傳回

Promise<InboundNatRule>

list(string, string, InboundNatRulesListOptionalParams)

取得負載平衡器中的所有輸入 NAT 規則。

function list(resourceGroupName: string, loadBalancerName: string, options?: InboundNatRulesListOptionalParams): PagedAsyncIterableIterator<InboundNatRule, InboundNatRule[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。

loadBalancerName

string

負載平衡器的名稱。

options
InboundNatRulesListOptionalParams

選項參數。

傳回