Interface ApplicationGateway.UpdateStages.WithAuthenticationCertificate
-
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithAuthenticationCertificateThe stage of an application gateway update allowing to manage authentication certificates for the backends to use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.ApplicationGateway.UpdatewithoutAuthenticationCertificate(String name)Removes an existing application gateway authentication certificate.
-
-
-
Method Detail
-
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
ApplicationGateway.Update withoutAuthenticationCertificate(String name)
Removes an existing application gateway authentication certificate.- Parameters:
name- the name of an existing certificate- Returns:
- the next stage of the update
-
-