ApplicationGateway.UpdateStages.WithSslCert Interface

public static interface ApplicationGateway.UpdateStages.WithSslCert

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

Method Summary

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

abstract Update withoutCertificate(String name)

Deprecated

Use #withoutSslCertificate instead

Removes the specified SSL certificate from the application gateway.

abstract Update withoutSslCertificate(String name)

Removes the specified SSL certificate from the application gateway.

Method Details

defineSslCertificate

public abstract 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 abstract ApplicationGateway.Update withoutCertificate(String name)

Deprecated

Use #withoutSslCertificate instead

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

withoutSslCertificate

public abstract ApplicationGateway.Update withoutSslCertificate(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