InboundNatRulesDelete interface
Methods
| delete(Inbound |
Deletes the specified load balancer inbound NAT rule. |
| get(Inbound |
Gets the specified load balancer inbound NAT rule. |
| put(Inbound |
Creates or updates a load balancer inbound NAT rule. |
Method Details
delete(InboundNatRulesDeleteParameters)
Deletes the specified load balancer inbound NAT rule.
function delete(options: InboundNatRulesDeleteParameters): StreamableMethod<InboundNatRulesDelete200Response | InboundNatRulesDelete202Response | InboundNatRulesDelete204Response | InboundNatRulesDeleteDefaultResponse>
Parameters
- options
- InboundNatRulesDeleteParameters
Returns
get(InboundNatRulesGetParameters)
Gets the specified load balancer inbound NAT rule.
function get(options: InboundNatRulesGetParameters): StreamableMethod<InboundNatRulesGet200Response | InboundNatRulesGetDefaultResponse>
Parameters
- options
- InboundNatRulesGetParameters
Returns
put(InboundNatRulesCreateOrUpdateParameters)
Creates or updates a load balancer inbound NAT rule.
function put(options: InboundNatRulesCreateOrUpdateParameters): StreamableMethod<InboundNatRulesCreateOrUpdate200Response | InboundNatRulesCreateOrUpdate201Response | InboundNatRulesCreateOrUpdateDefaultResponse>