ApplicationGateway.UpdateStages.WithAuthenticationCertificate Interface

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

abstract Update withoutAuthenticationCertificate(String name)

Removes an existing application gateway authentication certificate.

Method Details

defineAuthenticationCertificate

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

public abstract 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

Applies to