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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithAttach<ParentT>withPfxPassword(String password)Specifies the password currently used to protect the provided PFX content of the SSL certificate.
-
-
-
Method Detail
-
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
-
-