Partager via


IWithApplicationRuleSettings Interface

Définition

Étape de la mise à jour 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.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithFqdnTag<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithTargetFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings>
type IWithApplicationRuleSettings = interface
    interface IWithDescription<IWithApplicationRuleSettings>
    interface IWithSourceAddress<IWithApplicationRuleSettings>
    interface IWithApplicationRuleProtocol<IWithApplicationRuleSettings>
    interface IWithTargetFqdn<IWithApplicationRuleSettings>
    interface IWithFqdnTag<IWithApplicationRuleSettings>
    interface IWithSourceIpGroup<IWithApplicationRuleSettings>
    interface IInUpdate<IWithApplicationRuleCollectionSettings>
Public Interface IWithApplicationRuleSettings
Implements IInUpdate(Of IWithApplicationRuleCollectionSettings), IWithApplicationRuleProtocol(Of IWithApplicationRuleSettings), IWithDescription(Of IWithApplicationRuleSettings), IWithFqdnTag(Of IWithApplicationRuleSettings), IWithSourceAddress(Of IWithApplicationRuleSettings), IWithSourceIpGroup(Of IWithApplicationRuleSettings), IWithTargetFqdn(Of IWithApplicationRuleSettings)
Dérivé
Implémente

Méthodes

Attach()

Étape de la mise à jour du pare-feu Azure permettant de spécifier les paramètres de règle d’application.

(Hérité de IInUpdate<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 étiquettes 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 sources de la règle de pare-feu dans le pare-feu Azure.

(Hérité de IWithSourceIpGroup<ParentT>)
WithSourceIpGroups(IList<String>)

Définit les groupes d’adresses 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 à