Interface ApplicationGateway.DefinitionStages.WithAuthenticationCertificate
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithAuthenticationCertificateThe stage of an application gateway definition allowing to add an authentication certificate for the backends to use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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
-
-