InboundSecurityRuleOperationsExtensions.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
public static Microsoft.Azure.Management.Network.Models.InboundSecurityRule CreateOrUpdate (this Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations operations, string resourceGroupName, string networkVirtualApplianceName, string ruleCollectionName, Microsoft.Azure.Management.Network.Models.InboundSecurityRule parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations * string * string * string * Microsoft.Azure.Management.Network.Models.InboundSecurityRule -> Microsoft.Azure.Management.Network.Models.InboundSecurityRule
<Extension()>
Public Function CreateOrUpdate (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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET