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.UpdateDefinition.IWithSslPassword<ParentT>
type IWithSslPassword<'ParentT> = interface
interface IWithSslPassword<'ParentT>
Public Interface IWithSslPassword(Of ParentT)
Implements IWithSslPassword(Of ParentT)
Paramètres de type
- ParentT
Étape suivante de la 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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET