ApplicationGateway.UpdateStages.WithSslCert Interface

public interface WithSslCert

The stage of an application gateway update allowing to modify SSL certificates.

Method Summary

Modifier and Type Method and Description
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.

ApplicationGateway.Update withoutCertificate(String name)

Removes the specified SSL certificate from the application gateway.

Note that removing a certificate referenced by other settings may break the application gateway.

Method Details

defineSslCertificate

public ApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank 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

withoutCertificate

public Update withoutCertificate(String name)

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

Applies to