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

InboundSecurityRuleOperationsExtensions.BeginCreateOrUpdate 方法

定义

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

public static Microsoft.Azure.Management.Network.Models.InboundSecurityRule BeginCreateOrUpdate(this Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations operations, string resourceGroupName, string networkVirtualApplianceName, string ruleCollectionName, Microsoft.Azure.Management.Network.Models.InboundSecurityRule parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations * string * string * string * Microsoft.Azure.Management.Network.Models.InboundSecurityRule -> Microsoft.Azure.Management.Network.Models.InboundSecurityRule
<Extension()>
Public Function BeginCreateOrUpdate (operations As IInboundSecurityRuleOperations, resourceGroupName As String, networkVirtualApplianceName As String, ruleCollectionName As String, parameters As InboundSecurityRule) As InboundSecurityRule

参数

operations
IInboundSecurityRuleOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

networkVirtualApplianceName
String

网络虚拟设备的名称。

ruleCollectionName
String

安全规则集合的名称。

parameters
InboundSecurityRule

提供给创建或更新网络虚拟设备入站安全规则操作的参数。

返回

适用于