SecurityRulesDelete interface
Methods
| delete(Security |
Deletes the specified network security rule. |
| get(Security |
Get the specified network security rule. |
| put(Security |
Creates or updates a security rule in the specified network security group. |
Method Details
delete(SecurityRulesDeleteParameters)
Deletes the specified network security rule.
function delete(options: SecurityRulesDeleteParameters): StreamableMethod<SecurityRulesDelete200Response | SecurityRulesDelete202Response | SecurityRulesDelete204Response | SecurityRulesDeleteDefaultResponse>
Parameters
- options
- SecurityRulesDeleteParameters
Returns
get(SecurityRulesGetParameters)
Get the specified network security rule.
function get(options: SecurityRulesGetParameters): StreamableMethod<SecurityRulesGet200Response | SecurityRulesGetDefaultResponse>
Parameters
- options
- SecurityRulesGetParameters
Returns
put(SecurityRulesCreateOrUpdateParameters)
Creates or updates a security rule in the specified network security group.
function put(options: SecurityRulesCreateOrUpdateParameters): StreamableMethod<SecurityRulesCreateOrUpdate200Response | SecurityRulesCreateOrUpdate201Response | SecurityRulesCreateOrUpdateDefaultResponse>