Interface ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithPassword<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway to return to after attaching
- All Known Subinterfaces:
ApplicationGatewaySslCertificate.UpdateDefinition<ParentT>
- Enclosing interface:
ApplicationGatewaySslCertificate.UpdateDefinitionStages
public static interface ApplicationGatewaySslCertificate.UpdateDefinitionStages.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.UpdateDefinitionStages.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
-