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

IDefaultSecurityRulesOperations 接口

定义

DefaultSecurityRulesOperations 操作。

public interface IDefaultSecurityRulesOperations
type IDefaultSecurityRulesOperations = interface
Public Interface IDefaultSecurityRulesOperations

方法

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

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

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

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

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

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

扩展方法

Get(IDefaultSecurityRulesOperations, String, String, String)

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

GetAsync(IDefaultSecurityRulesOperations, String, String, String, CancellationToken)

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

List(IDefaultSecurityRulesOperations, String, String)

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

ListAsync(IDefaultSecurityRulesOperations, String, String, CancellationToken)

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

ListNext(IDefaultSecurityRulesOperations, String)

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

ListNextAsync(IDefaultSecurityRulesOperations, String, CancellationToken)

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

适用于