IWithSslPassword<ParentT> 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 d’une règle de routage de demande de passerelle d’application permettant de spécifier un certificat SSL.
public interface IWithSslPassword<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Definition.IWithSslPassword<ParentT>
type IWithSslPassword<'ParentT> = interface
interface IWithSslPassword<'ParentT>
Public Interface IWithSslPassword(Of ParentT)
Implements IWithSslPassword(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition de la passerelle d’application à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
-
IWithSslPassword<ParentT>
Méthodes
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 à
Azure SDK for .NET