Aracılığıyla paylaş


InboundSecurityRuleOperationsExtensions.BeginCreateOrUpdate Method

Definition

Creates or updates the specified Network Virtual Appliance Inbound Security Rules.

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

Parameters

operations
IInboundSecurityRuleOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkVirtualApplianceName
String

The name of the Network Virtual Appliance.

ruleCollectionName
String

The name of security rule collection.

parameters
InboundSecurityRule

Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules operation.

Returns

Applies to