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

ISecurityRulesOperations 接口

定义

SecurityRulesOperations 操作。

public interface ISecurityRulesOperations
type ISecurityRulesOperations = interface
Public Interface ISecurityRulesOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, SecurityRule, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, SecurityRule, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

BeginCreateOrUpdate(ISecurityRulesOperations, String, String, String, SecurityRule)

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

BeginCreateOrUpdateAsync(ISecurityRulesOperations, String, String, String, SecurityRule, CancellationToken)

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

BeginDelete(ISecurityRulesOperations, String, String, String)

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

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

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

CreateOrUpdate(ISecurityRulesOperations, String, String, String, SecurityRule)

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

CreateOrUpdateAsync(ISecurityRulesOperations, String, String, String, SecurityRule, CancellationToken)

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

Delete(ISecurityRulesOperations, String, String, String)

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

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

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

Get(ISecurityRulesOperations, String, String, String)

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

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

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

List(ISecurityRulesOperations, String, String)

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

ListAsync(ISecurityRulesOperations, String, String, CancellationToken)

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

ListNext(ISecurityRulesOperations, String)

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

ListNextAsync(ISecurityRulesOperations, String, CancellationToken)

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

适用于