IWithNetworkRuleSettings 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 règle réseau.
public interface IWithNetworkRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollectionSettings>
type IWithNetworkRuleSettings = interface
interface IWithDescription<IWithNetworkRuleSettings>
interface IWithRuleProtocol<IWithNetworkRuleSettings>
interface IWithSourceAddress<IWithNetworkRuleSettings>
interface IWithDestinationAddress<IWithNetworkRuleSettings>
interface IWithDestinationPort<IWithNetworkRuleSettings>
interface IWithDestinationFqdn<IWithNetworkRuleSettings>
interface IWithSourceIpGroup<IWithNetworkRuleSettings>
interface IWithDestinationIpGroup<IWithNetworkRuleSettings>
interface IInUpdate<IWithNetworkRuleCollectionSettings>
Public Interface IWithNetworkRuleSettings
Implements IInUpdate(Of IWithNetworkRuleCollectionSettings), IWithDescription(Of IWithNetworkRuleSettings), IWithDestinationAddress(Of IWithNetworkRuleSettings), IWithDestinationFqdn(Of IWithNetworkRuleSettings), IWithDestinationIpGroup(Of IWithNetworkRuleSettings), IWithDestinationPort(Of IWithNetworkRuleSettings), IWithRuleProtocol(Of IWithNetworkRuleSettings), IWithSourceAddress(Of IWithNetworkRuleSettings), IWithSourceIpGroup(Of IWithNetworkRuleSettings)
- Dérivé
- Implémente
-
IWithDescription<IWithNetworkRuleSettings> IWithDestinationAddress<IWithNetworkRuleSettings> IWithDestinationFqdn<IWithNetworkRuleSettings> IWithDestinationIpGroup<IWithNetworkRuleSettings> IWithDestinationPort<IWithNetworkRuleSettings> IWithRuleProtocol<IWithNetworkRuleSettings> IWithSourceAddress<IWithNetworkRuleSettings> IWithSourceIpGroup<IWithNetworkRuleSettings> IInUpdate<IWithNetworkRuleCollectionSettings>
Méthodes
Attach() |
Étape de la mise à jour du pare-feu Azure permettant de spécifier les paramètres de règle réseau. (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>) |
WithDestinationFullQualifiedDomainName(String) |
Définit le nom de domaine complet de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationFqdn<ParentT>) |
WithDestinationFullQualifiedDomainNames(IList<String>) |
Définit les noms de domaine complets de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationFqdn<ParentT>) |
WithDestinationIpGroup(String) |
Définit le groupe IP de destination de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationIpGroup<ParentT>) |
WithDestinationIpGroups(IList<String>) |
Définit les groupes IP de destination de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDestinationIpGroup<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>) |
WithSourceIpGroup(String) |
Définit le groupe d’adresses IP source de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithSourceIpGroup<ParentT>) |
WithSourceIpGroups(IList<String>) |
Définit les groupes IP sources de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithSourceIpGroup<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