Interface ApplicationGateway.UpdateStages.WithSslCert
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithSslCert
The stage of an application gateway update allowing to modify SSL certificates.
-
Method Summary
Modifier and TypeMethodDescriptiondefineSslCertificate(String name) Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in frontend HTTPS listeners.withoutSslCertificate(String name) Removes the specified SSL certificate from the application gateway.
-
Method Details
-
defineSslCertificate
ApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineSslCertificate(String name) Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in frontend HTTPS listeners.- Parameters:
name- a unique name for the certificate- Returns:
- the first stage of the certificate definition
-
withoutSslCertificate
Removes the specified SSL certificate from the application gateway.Note that removing a certificate referenced by other settings may break the application gateway.
- Parameters:
name- the name of the certificate to remove- Returns:
- the next stage of the update
-