InboundNatRulesDelete interface
Yöntemler
| delete(Inbound |
Belirtilen yük dengeleyici gelen NAT kuralını siler. |
| get(Inbound |
Belirtilen yük dengeleyici gelen NAT kuralını alır. |
| put(Inbound |
Yük dengeleyici gelen NAT kuralı oluşturur veya güncelleştirir. |
Yöntem Ayrıntıları
delete(InboundNatRulesDeleteParameters)
Belirtilen yük dengeleyici gelen NAT kuralını siler.
function delete(options: InboundNatRulesDeleteParameters): StreamableMethod<InboundNatRulesDelete200Response | InboundNatRulesDelete202Response | InboundNatRulesDelete204Response | InboundNatRulesDeleteDefaultResponse>
Parametreler
- options
- InboundNatRulesDeleteParameters
Döndürülenler
get(InboundNatRulesGetParameters)
Belirtilen yük dengeleyici gelen NAT kuralını alır.
function get(options: InboundNatRulesGetParameters): StreamableMethod<InboundNatRulesGet200Response | InboundNatRulesGetDefaultResponse>
Parametreler
- options
- InboundNatRulesGetParameters
Döndürülenler
put(InboundNatRulesCreateOrUpdateParameters)
Yük dengeleyici gelen NAT kuralı oluşturur veya güncelleştirir.
function put(options: InboundNatRulesCreateOrUpdateParameters): StreamableMethod<InboundNatRulesCreateOrUpdate200Response | InboundNatRulesCreateOrUpdate201Response | InboundNatRulesCreateOrUpdateDefaultResponse>