Share via


NatRulesGet interface

Methods

delete(NatRulesDeleteParameters)

Deletes a nat rule.

get(NatRulesGetParameters)

Retrieves the details of a nat ruleGet.

put(NatRulesCreateOrUpdateParameters)

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

Returns

get(NatRulesGetParameters)

Retrieves the details of a nat ruleGet.

function get(options: NatRulesGetParameters): StreamableMethod<NatRulesGet200Response | NatRulesGetDefaultResponse>

Parameters

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

Returns