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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithSslCertificatePassword(String password)Specifies the password for the specified PFX file containing the private key of the imported SSL certificate.
-