你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityRulesDelete interface

方法

delete(SecurityRulesDeleteParameters)

删除指定的网络安全规则。

get(SecurityRulesGetParameters)

获取指定的网络安全规则。

put(SecurityRulesCreateOrUpdateParameters)

在指定的网络安全组中创建或更新安全规则。

方法详细信息

delete(SecurityRulesDeleteParameters)

删除指定的网络安全规则。

function delete(options: SecurityRulesDeleteParameters): StreamableMethod<SecurityRulesDelete200Response | SecurityRulesDelete202Response | SecurityRulesDelete204Response | SecurityRulesDeleteDefaultResponse>

参数

返回

get(SecurityRulesGetParameters)

获取指定的网络安全规则。

function get(options: SecurityRulesGetParameters): StreamableMethod<SecurityRulesGet200Response | SecurityRulesGetDefaultResponse>

参数

返回

put(SecurityRulesCreateOrUpdateParameters)

在指定的网络安全组中创建或更新安全规则。

function put(options: SecurityRulesCreateOrUpdateParameters): StreamableMethod<SecurityRulesCreateOrUpdate200Response | SecurityRulesCreateOrUpdate201Response | SecurityRulesCreateOrUpdateDefaultResponse>

参数

返回