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

SecurityRulesOperationsExtensions 类

定义

SecurityRulesOperations 的扩展方法。

public static class SecurityRulesOperationsExtensions
type SecurityRulesOperationsExtensions = class
Public Module SecurityRulesOperationsExtensions
继承
SecurityRulesOperationsExtensions

方法

BeginCreateOrUpdateAsync(ISecurityRulesOperations, String, String, String, SecurityRuleInner, CancellationToken)

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

BeginDeleteAsync(ISecurityRulesOperations, String, String, String, CancellationToken)

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

CreateOrUpdateAsync(ISecurityRulesOperations, String, String, String, SecurityRuleInner, CancellationToken)

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

DeleteAsync(ISecurityRulesOperations, String, String, String, CancellationToken)

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

GetAsync(ISecurityRulesOperations, String, String, String, CancellationToken)

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

ListAsync(ISecurityRulesOperations, String, String, CancellationToken)

获取网络安全组中的所有安全规则。

ListNextAsync(ISecurityRulesOperations, String, CancellationToken)

获取网络安全组中的所有安全规则。

适用于