Interface HasSslCertificate.UpdateStages.WithSslPassword<ReturnT>
- Type Parameters:
ReturnT- the next stage of the update
- All Known Subinterfaces:
ApplicationGatewayListener.Update,ApplicationGatewayListener.UpdateStages.WithSslPassword,ApplicationGatewayRequestRoutingRule.Update,ApplicationGatewayRequestRoutingRule.UpdateStages.WithSslPassword
- Enclosing interface:
- HasSslCertificate.UpdateStages
public static interface HasSslCertificate.UpdateStages.WithSslPassword<ReturnT>
The stage of a resource update allowing to specify the password for the private key of the imported SSL
certificate.
-
Method Summary
Modifier and TypeMethodDescriptionwithSslCertificatePassword(String password) Specifies the password for the specified PFX file containing the private key of the imported SSL certificate.
-
Method Details
-
withSslCertificatePassword
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
-