IWithApplicationRuleSettings 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 définition du pare-feu Azure permettant de spécifier les paramètres de règle d’application.
public interface IWithApplicationRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithApplicationRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithFqdnTag<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithTargetFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleCollectionSettings>
type IWithApplicationRuleSettings = interface
interface IWithDescription<IWithApplicationRuleSettings>
interface IWithSourceAddress<IWithApplicationRuleSettings>
interface IWithApplicationRuleProtocol<IWithApplicationRuleSettings>
interface IWithTargetFqdn<IWithApplicationRuleSettings>
interface IWithFqdnTag<IWithApplicationRuleSettings>
interface IWithSourceIpGroup<IWithApplicationRuleSettings>
interface IInDefinition<IWithApplicationRuleCollectionSettings>
Public Interface IWithApplicationRuleSettings
Implements IInDefinition(Of IWithApplicationRuleCollectionSettings), IWithApplicationRuleProtocol(Of IWithApplicationRuleSettings), IWithDescription(Of IWithApplicationRuleSettings), IWithFqdnTag(Of IWithApplicationRuleSettings), IWithSourceAddress(Of IWithApplicationRuleSettings), IWithSourceIpGroup(Of IWithApplicationRuleSettings), IWithTargetFqdn(Of IWithApplicationRuleSettings)
- Dérivé
- Implémente
-
IWithApplicationRuleProtocol<IWithApplicationRuleSettings> IWithDescription<IWithApplicationRuleSettings> IWithFqdnTag<IWithApplicationRuleSettings> IWithSourceAddress<IWithApplicationRuleSettings> IWithSourceIpGroup<IWithApplicationRuleSettings> IWithTargetFqdn<IWithApplicationRuleSettings> IInDefinition<IWithApplicationRuleCollectionSettings>
Méthodes
Attach() |
Étape de la définition du pare-feu Azure permettant de spécifier les paramètres de règle d’application. (Hérité de IInDefinition<ParentT>) |
WithDescription(String) |
Définit la description de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithDescription<ParentT>) |
WithFullQualifiedDomainNameTag(String) |
Définit la balise de nom de domaine complet dans le pare-feu Azure. (Hérité de IWithFqdnTag<ParentT>) |
WithFullQualifiedDomainNameTags(IList<String>) |
Définit les balises de nom de domaine complet dans le pare-feu Azure. (Hérité de IWithFqdnTag<ParentT>) |
WithHttpProtocol(Nullable<Int32>) |
Définit le protocole Http de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithApplicationRuleProtocol<ParentT>) |
WithHttpsProtocol(Nullable<Int32>) |
Définit le protocole Https de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithApplicationRuleProtocol<ParentT>) |
WithMssqlProtocol(Nullable<Int32>) |
Définit le protocole Mssql de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithApplicationRuleProtocol<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>) |
WithTargetFullQualifiedDomainName(String) |
Définit le nom de domaine complet cible de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithTargetFqdn<ParentT>) |
WithTargetFullQualifiedDomainNames(IList<String>) |
Définit les noms de domaine complets cibles de la règle de pare-feu dans le pare-feu Azure. (Hérité de IWithTargetFqdn<ParentT>) |
S’applique à
Azure SDK for .NET