IWithNatRuleSettings Interface
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.
Étape de la mise à jour du pare-feu Azure permettant de spécifier les paramètres de la règle nat.
public interface IWithNatRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleCollectionSettings>
type IWithNatRuleSettings = interface
interface IWithDescription<IWithNatRuleSettings>
interface IWithSourceAddress<IWithNatRuleSettings>
interface IWithDestinationAddress<IWithNatRuleSettings>
interface IWithDestinationPort<IWithNatRuleSettings>
interface IWithRuleProtocol<IWithNatRuleSettings>
interface IInUpdate<IWithNatRuleCollectionSettings>
Public Interface IWithNatRuleSettings
Implements IInUpdate(Of IWithNatRuleCollectionSettings), IWithDescription(Of IWithNatRuleSettings), IWithDestinationAddress(Of IWithNatRuleSettings), IWithDestinationPort(Of IWithNatRuleSettings), IWithRuleProtocol(Of IWithNatRuleSettings), IWithSourceAddress(Of IWithNatRuleSettings)
- Dérivé
- Implémente
Méthodes
Attach() |
Étape de la mise à jour du pare-feu Azure permettant de spécifier les paramètres de la règle nat. (Hérité de IInUpdate<ParentT>) |
WithAnyProtocol() |
Ajoute n’IMPORTE QUEL protocole dans la règle de pare-feu. (Hérité de IWithRuleProtocol<ParentT>) |
WithDescription(String) |
Définit la description de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDescription<ParentT>) |
WithDestinationAddress(String) |
Définit l’adresse de destination de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationAddress<ParentT>) |
WithDestinationAddresses(IList<String>) |
Définit les adresses de destination de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationAddress<ParentT>) |
WithDestinationPort(String) |
Définit le port de destination de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationPort<ParentT>) |
WithDestinationPorts(IList<String>) |
Définit les ports de destination de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationPort<ParentT>) |
WithIcmpProtocol() |
Ajoute le protocole ICMP dans la règle de pare-feu. (Hérité de IWithRuleProtocol<ParentT>) |
WithSourceAddress(String) |
Définit l’adresse source de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithSourceAddress<ParentT>) |
WithSourceAddresses(IList<String>) |
Définit les adresses sources de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithSourceAddress<ParentT>) |
WithTcpProtocol() |
Ajoute le protocole TCP dans la règle de pare-feu. (Hérité de IWithRuleProtocol<ParentT>) |
WithUdpProtocol() |
Ajoute le protocole UDP dans la règle de pare-feu. (Hérité de IWithRuleProtocol<ParentT>) |
S’applique à
Azure SDK for .NET