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