NatRulesGet interface
Methods
| delete(Nat |
Deletes a nat rule. |
| get(Nat |
Retrieves the details of a nat ruleGet. |
| put(Nat |
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules. |
Method Details
delete(NatRulesDeleteParameters)
Deletes a nat rule.
function delete(options: NatRulesDeleteParameters): StreamableMethod<NatRulesDelete200Response | NatRulesDelete202Response | NatRulesDelete204Response | NatRulesDeleteDefaultResponse>
Parameters
- options
- NatRulesDeleteParameters
Returns
get(NatRulesGetParameters)
Retrieves the details of a nat ruleGet.
function get(options: NatRulesGetParameters): StreamableMethod<NatRulesGet200Response | NatRulesGetDefaultResponse>
Parameters
- options
- NatRulesGetParameters
Returns
put(NatRulesCreateOrUpdateParameters)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
function put(options: NatRulesCreateOrUpdateParameters): StreamableMethod<NatRulesCreateOrUpdate200Response | NatRulesCreateOrUpdate201Response | NatRulesCreateOrUpdateDefaultResponse>
Parameters
- options
- NatRulesCreateOrUpdateParameters