ApplicationGateway.DefinitionStages.WithAuthenticationCertificate Interface

public static interface ApplicationGateway.DefinitionStages.WithAuthenticationCertificate

The stage of an application gateway definition allowing to add an authentication certificate for the backends to use.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineAuthenticationCertificate(String name)

Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.

Method Details

defineAuthenticationCertificate

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

Applies to