Interface HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>

Type Parameters:
ReturnT - the next stage of the definition
All Known Subinterfaces:
ApplicationGatewayListener.Definition<ParentT>, ApplicationGatewayListener.DefinitionStages.WithSslPassword<ParentT>, ApplicationGatewayRequestRoutingRule.Definition<ParentT>, ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslPassword<ParentT>
Enclosing interface:
HasSslCertificate.DefinitionStages

public static interface HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>
The stage of a resource definition allowing to specify the password for the private key of the imported SSL certificate.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the password for the specified PFX file containing the private key of the imported SSL certificate.
  • Method Details

    • withSslCertificatePassword

      ReturnT withSslCertificatePassword(String password)
      Specifies the password for the specified PFX file containing the private key of the imported SSL certificate.
      Parameters:
      password - the password of the imported PFX file
      Returns:
      the next stage of the definition