Interface ApplicationGateway.DefinitionStages.WithSslCert
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithSslCert
The stage of an application gateway definition allowing to add an SSL certificate to be used by HTTPS
listeners.
-
Method Summary
Modifier and TypeMethodDescriptionApplicationGatewaySslCertificate.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> defineSslCertificate(String name) Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in HTTPS listeners.
-
Method Details
-
defineSslCertificate
ApplicationGatewaySslCertificate.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> defineSslCertificate(String name) Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in HTTPS listeners.- Parameters:
name- a unique name for the certificate- Returns:
- the first stage of the certificate definition
-