Interface HasSslCertificate.UpdateDefinitionStages.WithSslPassword<ReturnT>
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
ApplicationGatewayListener.UpdateDefinition<ParentT>,ApplicationGatewayListener.UpdateDefinitionStages.WithSslPassword<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithSslPassword<ParentT>
- Enclosing interface:
- HasSslCertificate.UpdateDefinitionStages
public static interface HasSslCertificate.UpdateDefinitionStages.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 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
-