SecurityRulesDelete interface
Metódusok
| delete(Security |
Törli a megadott hálózati biztonsági szabályt. |
| get(Security |
Kérje le a megadott hálózati biztonsági szabályt. |
| put(Security |
Biztonsági szabályt hoz létre vagy frissít a megadott hálózati biztonsági csoportban. |
Metódus adatai
delete(SecurityRulesDeleteParameters)
Törli a megadott hálózati biztonsági szabályt.
function delete(options: SecurityRulesDeleteParameters): StreamableMethod<SecurityRulesDelete200Response | SecurityRulesDelete202Response | SecurityRulesDelete204Response | SecurityRulesDeleteDefaultResponse>
Paraméterek
- options
- SecurityRulesDeleteParameters
Válaszok
get(SecurityRulesGetParameters)
Kérje le a megadott hálózati biztonsági szabályt.
function get(options: SecurityRulesGetParameters): StreamableMethod<SecurityRulesGet200Response | SecurityRulesGetDefaultResponse>
Paraméterek
- options
- SecurityRulesGetParameters
Válaszok
put(SecurityRulesCreateOrUpdateParameters)
Biztonsági szabályt hoz létre vagy frissít a megadott hálózati biztonsági csoportban.
function put(options: SecurityRulesCreateOrUpdateParameters): StreamableMethod<SecurityRulesCreateOrUpdate200Response | SecurityRulesCreateOrUpdate201Response | SecurityRulesCreateOrUpdateDefaultResponse>