InboundNatRulesDelete interface
方法
| delete(Inbound |
删除指定的负载均衡器入站 NAT 规则。 |
| get(Inbound |
获取指定的负载均衡器入站 NAT 规则。 |
| put(Inbound |
创建或更新负载均衡器入站 NAT 规则。 |
方法详细信息
delete(InboundNatRulesDeleteParameters)
删除指定的负载均衡器入站 NAT 规则。
function delete(options: InboundNatRulesDeleteParameters): StreamableMethod<InboundNatRulesDelete200Response | InboundNatRulesDelete202Response | InboundNatRulesDelete204Response | InboundNatRulesDeleteDefaultResponse>
参数
- options
- InboundNatRulesDeleteParameters
返回
get(InboundNatRulesGetParameters)
获取指定的负载均衡器入站 NAT 规则。
function get(options: InboundNatRulesGetParameters): StreamableMethod<InboundNatRulesGet200Response | InboundNatRulesGetDefaultResponse>
参数
- options
- InboundNatRulesGetParameters
返回
put(InboundNatRulesCreateOrUpdateParameters)
创建或更新负载均衡器入站 NAT 规则。
function put(options: InboundNatRulesCreateOrUpdateParameters): StreamableMethod<InboundNatRulesCreateOrUpdate200Response | InboundNatRulesCreateOrUpdate201Response | InboundNatRulesCreateOrUpdateDefaultResponse>