Interface ApplicationGateway.DefinitionStages.WithAuthenticationCertificate
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithAuthenticationCertificate
The stage of an application gateway definition allowing to add an authentication certificate for the backends
to use.
-
Method Summary
Modifier and TypeMethodDescriptionApplicationGatewayAuthenticationCertificate.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.
-
Method Details
-
defineAuthenticationCertificate
ApplicationGatewayAuthenticationCertificate.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> defineAuthenticationCertificate(String name) Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.- Parameters:
name- a unique name for the certificate- Returns:
- the first stage of the certificate definition
-