InboundSecurityRuleOperationsExtensions.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou met à jour les règles de sécurité de trafic entrant de l’appliance virtuelle réseau spécifiées.
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
Paramètres
- operations
- IInboundSecurityRuleOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- networkVirtualApplianceName
- String
Nom de l’appliance virtuelle réseau.
- ruleCollectionName
- String
Nom de la collection de règles de sécurité.
- parameters
- InboundSecurityRule
Paramètres fournis à l’opération de création ou de mise à jour des règles de sécurité de trafic entrant de l’appliance virtuelle réseau.
Retours
S’applique à
Azure SDK for .NET