Compartir a través de


InboundSecurityRuleOperationsExtensions.BeginCreateOrUpdate Método

Definición

Crea o actualiza las reglas de seguridad de entrada de la aplicación virtual de red especificadas.

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

Parámetros

operations
IInboundSecurityRuleOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkVirtualApplianceName
String

Nombre de la aplicación virtual de red.

ruleCollectionName
String

Nombre de la colección de reglas de seguridad.

parameters
InboundSecurityRule

Parámetros proporcionados para la operación de creación o actualización de reglas de seguridad de entrada de la aplicación virtual de red.

Devoluciones

Se aplica a