Partager via


IWithSslCertificate Interface

Définition

Étape d’une mise à jour d’un écouteur frontal de passerelle d’application permettant de spécifier le certificat SSL à associer à l’écouteur.

public interface IWithSslCertificate : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>
type IWithSslCertificate = interface
    interface IWithSslCertificate<IUpdate>
Public Interface IWithSslCertificate
Implements IWithSslCertificate(Of IUpdate)
Dérivé
Implémente

Méthodes

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 des ressources parentes.

(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 à associer à cette ressource. Le certificat sera nommé à l’aide d’un nom généré automatiquement.

(Hérité de IWithSslCertificate<ReturnT>)

S’applique à