Interface ApplicationGatewaySslCertificate.UpdateDefinitionStages
-
- Enclosing interface:
- ApplicationGatewaySslCertificate
public static interface ApplicationGatewaySslCertificate.UpdateDefinitionStagesGrouping of application gateway SSL certificate definition stages applicable as part of an application gateway update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank<ParentT>The first stage of an application gateway authentication certificate definition.static interfaceApplicationGatewaySslCertificate.UpdateDefinitionStages.WithAttach<ParentT>The final stage of an application gateway SSL certificate definition.static interfaceApplicationGatewaySslCertificate.UpdateDefinitionStages.WithData<ParentT>The stage of an SSL certificate definition allowing to specify the contents of the SSL certificate.static interfaceApplicationGatewaySslCertificate.UpdateDefinitionStages.WithPassword<ParentT>The stage of an SSL certificate definition allowing to specify the password for the private key (PFX) content of the certificate.
-