SecurityRulesDelete interface
方法
| delete(Security |
删除指定的网络安全规则。 |
| get(Security |
获取指定的网络安全规则。 |
| put(Security |
在指定的网络安全组中创建或更新安全规则。 |
方法详细信息
delete(SecurityRulesDeleteParameters)
删除指定的网络安全规则。
function delete(options: SecurityRulesDeleteParameters): StreamableMethod<SecurityRulesDelete200Response | SecurityRulesDelete202Response | SecurityRulesDelete204Response | SecurityRulesDeleteDefaultResponse>
参数
- options
- SecurityRulesDeleteParameters
返回
get(SecurityRulesGetParameters)
获取指定的网络安全规则。
function get(options: SecurityRulesGetParameters): StreamableMethod<SecurityRulesGet200Response | SecurityRulesGetDefaultResponse>
参数
- options
- SecurityRulesGetParameters
返回
put(SecurityRulesCreateOrUpdateParameters)
在指定的网络安全组中创建或更新安全规则。
function put(options: SecurityRulesCreateOrUpdateParameters): StreamableMethod<SecurityRulesCreateOrUpdate200Response | SecurityRulesCreateOrUpdate201Response | SecurityRulesCreateOrUpdateDefaultResponse>