LoadBalancerOutboundRulesOperations interface

介面代表負載平衡器 OutboundRules 操作。

屬性

get

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

list

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

屬性詳細資料

get

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

get: (resourceGroupName: string, loadBalancerName: string, outboundRuleName: string, options?: LoadBalancerOutboundRulesGetOptionalParams) => Promise<OutboundRule>

屬性值

(resourceGroupName: string, loadBalancerName: string, outboundRuleName: string, options?: LoadBalancerOutboundRulesGetOptionalParams) => Promise<OutboundRule>

list

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

list: (resourceGroupName: string, loadBalancerName: string, options?: LoadBalancerOutboundRulesListOptionalParams) => PagedAsyncIterableIterator<OutboundRule, OutboundRule[], PageSettings>

屬性值

(resourceGroupName: string, loadBalancerName: string, options?: LoadBalancerOutboundRulesListOptionalParams) => PagedAsyncIterableIterator<OutboundRule, OutboundRule[], PageSettings>