Interface ApplicationGateway.UpdateStages.WithAuthenticationCertificate
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithAuthenticationCertificate
The stage of an application gateway update allowing to manage authentication certificates for the backends to
use.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.Removes an existing application gateway authentication certificate.
-
Method Details
-
defineAuthenticationCertificate
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> 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
-
withoutAuthenticationCertificate
Removes an existing application gateway authentication certificate.- Parameters:
name- the name of an existing certificate- Returns:
- the next stage of the update
-