Partager via


IUpdate Interface

Définition

Intégralité d’une mise à jour de l’écouteur HTTP application gateway dans le cadre d’une mise à jour de passerelle d’application.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithFrontendPort, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithHostName, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithServerNameIndication, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithSslCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithSslPassword, Microsoft.Azure.Management.Network.Fluent.HasHostName.Update.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.Update.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithServerNameIndication
    interface IWithServerNameIndication<IUpdate>
    interface IWithHostName
    interface IWithHostName<IUpdate>
    interface IWithProtocol
    interface IWithSslCertificate
    interface IWithSslCertificate<IUpdate>
    interface IWithSslPassword
    interface IWithSslPassword<IUpdate>
    interface IWithFrontendPort
    interface IWithFrontend
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithFrontend, IWithFrontendPort, IWithHostName, IWithHostName(Of IUpdate), IWithProtocol, IWithServerNameIndication, IWithServerNameIndication(Of IUpdate), IWithSslCertificate, IWithSslCertificate(Of IUpdate), IWithSslPassword, IWithSslPassword(Of IUpdate)
Implémente

Méthodes

Parent()

Intégralité d’une mise à jour de l’écouteur HTTP application gateway dans le cadre d’une mise à jour de passerelle d’application.

(Hérité de ISettable<ParentT>)
WithFrontendPort(Int32)

Permet à l’écouteur d’écouter le numéro de port front-end spécifié. S’il n’existe pas encore de port frontal pour ce numéro de port, un nouveau est créé avec un nom généré automatiquement.

(Hérité de IWithFrontendPort)
WithFrontendPort(String)

Permet à l’écouteur d’écouter sur le port frontal existant spécifié.

(Hérité de IWithFrontendPort)
WithHostName(String)

Spécifie le nom d’hôte.

(Hérité de IWithHostName<ReturnT>)
WithHttp()

Spécifie que l’écouteur est pour le protocole HTTP.

(Hérité de IWithProtocol)
WithHttps()

Spécifie que l’écouteur est pour le protocole HTTPS.

(Hérité de IWithProtocol)
WithoutServerNameIndication()

Vérifie que l’indication du nom du serveur (SNI) n’est pas obligatoire.

(Hérité de IWithServerNameIndication<ReturnT>)
WithPrivateFrontend()

Associe l’écouteur au front-end privé (interne) de la passerelle d’application. Si le serveur frontal privé n’existe pas encore, il sera créé sous un nom généré automatiquement et associé au sous-réseau de la passerelle d’application.

(Hérité de IWithFrontend)
WithPublicFrontend()

Associe l’écouteur au serveur frontal public (accessible sur Internet) de la passerelle d’application. Si le serveur frontal public n’existe pas encore, il est créé sous un nom généré automatiquement et associé à l’adresse IP publique de la passerelle d’application.

(Hérité de IWithFrontend)
WithServerNameIndication()

Nécessite l’indication de nom de serveur (SNI).

(Hérité de IWithServerNameIndication<ReturnT>)
WithSslCertificate(String)

Spécifie un certificat SSL à associer à cette ressource. Si le certificat n’existe pas encore, il doit être défini dans la mise à jour de la ressource parente.

(Hérité de IWithSslCertificate<ReturnT>)
WithSslCertificateFromKeyVaultSecretId(String)

Sépecifie le contenu de la clé privée à l’aide du coffre de clés.

(Hérité de IWithSslCertificate<ReturnT>)
WithSslCertificateFromPfxFile(FileInfo)

Spécifie le fichier PFX à partir duquel importer le certificat SSL pour l’associer à cette ressource. Le certificat sera nommé à l’aide d’un nom généré automatiquement.

(Hérité de IWithSslCertificate<ReturnT>)
WithSslCertificatePassword(String)

Spécifie le mot de passe du fichier PFX spécifié contenant la clé privée du certificat SSL importé.

(Hérité de IWithSslPassword<ReturnT>)

S’applique à