Interface ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway to return to after attaching
- All Known Subinterfaces:
ApplicationGatewaySslCertificate.Definition<ParentT>
- Enclosing interface:
- ApplicationGatewaySslCertificate.DefinitionStages
public static interface ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>
The stage of an SSL certificate definition allowing to specify the password for the private key (PFX) content
of the certificate.
-
Method Summary
Modifier and TypeMethodDescriptionwithPfxPassword(String password) Specifies the password currently used to protect the provided PFX content of the SSL certificate.
-
Method Details
-
withPfxPassword
ApplicationGatewaySslCertificate.DefinitionStages.WithAttach<ParentT> withPfxPassword(String password) Specifies the password currently used to protect the provided PFX content of the SSL certificate.- Parameters:
password- a password- Returns:
- the next stage of the definition
-