InboundNatRulesDelete interface
Metode
| delete(Inbound |
Menghapus aturan NAT masuk load balancer yang ditentukan. |
| get(Inbound |
Mendapatkan aturan NAT masuk load balancer yang ditentukan. |
| put(Inbound |
Membuat atau memperbarui aturan NAT masuk load balancer. |
Detail Metode
delete(InboundNatRulesDeleteParameters)
Menghapus aturan NAT masuk load balancer yang ditentukan.
function delete(options: InboundNatRulesDeleteParameters): StreamableMethod<InboundNatRulesDelete200Response | InboundNatRulesDelete202Response | InboundNatRulesDelete204Response | InboundNatRulesDeleteDefaultResponse>
Parameter
- options
- InboundNatRulesDeleteParameters
Mengembalikan
get(InboundNatRulesGetParameters)
Mendapatkan aturan NAT masuk load balancer yang ditentukan.
function get(options: InboundNatRulesGetParameters): StreamableMethod<InboundNatRulesGet200Response | InboundNatRulesGetDefaultResponse>
Parameter
- options
- InboundNatRulesGetParameters
Mengembalikan
put(InboundNatRulesCreateOrUpdateParameters)
Membuat atau memperbarui aturan NAT masuk load balancer.
function put(options: InboundNatRulesCreateOrUpdateParameters): StreamableMethod<InboundNatRulesCreateOrUpdate200Response | InboundNatRulesCreateOrUpdate201Response | InboundNatRulesCreateOrUpdateDefaultResponse>