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

IInboundSecurityRuleOperations 接口

定义

InboundSecurityRuleOperations 操作。

public interface IInboundSecurityRuleOperations
type IInboundSecurityRuleOperations = interface
Public Interface IInboundSecurityRuleOperations

方法

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

创建或更新指定的网络虚拟设备入站安全规则。

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

创建或更新指定的网络虚拟设备入站安全规则。

扩展方法

BeginCreateOrUpdate(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule)

创建或更新指定的网络虚拟设备入站安全规则。

BeginCreateOrUpdateAsync(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule, CancellationToken)

创建或更新指定的网络虚拟设备入站安全规则。

CreateOrUpdate(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule)

创建或更新指定的网络虚拟设备入站安全规则。

CreateOrUpdateAsync(IInboundSecurityRuleOperations, String, String, String, InboundSecurityRule, CancellationToken)

创建或更新指定的网络虚拟设备入站安全规则。

适用于