InboundNatRulesDelete interface
Metódusok
| delete(Inbound |
Törli a megadott terheléselosztó bejövő NAT-szabályát. |
| get(Inbound |
Lekéri a megadott terheléselosztó bejövő NAT-szabályát. |
| put(Inbound |
Terheléselosztó bejövő NAT-szabályt hoz létre vagy frissít. |
Metódus adatai
delete(InboundNatRulesDeleteParameters)
Törli a megadott terheléselosztó bejövő NAT-szabályát.
function delete(options: InboundNatRulesDeleteParameters): StreamableMethod<InboundNatRulesDelete200Response | InboundNatRulesDelete202Response | InboundNatRulesDelete204Response | InboundNatRulesDeleteDefaultResponse>
Paraméterek
- options
- InboundNatRulesDeleteParameters
Válaszok
get(InboundNatRulesGetParameters)
Lekéri a megadott terheléselosztó bejövő NAT-szabályát.
function get(options: InboundNatRulesGetParameters): StreamableMethod<InboundNatRulesGet200Response | InboundNatRulesGetDefaultResponse>
Paraméterek
- options
- InboundNatRulesGetParameters
Válaszok
put(InboundNatRulesCreateOrUpdateParameters)
Terheléselosztó bejövő NAT-szabályt hoz létre vagy frissít.
function put(options: InboundNatRulesCreateOrUpdateParameters): StreamableMethod<InboundNatRulesCreateOrUpdate200Response | InboundNatRulesCreateOrUpdate201Response | InboundNatRulesCreateOrUpdateDefaultResponse>