ApplicationGateway.DefinitionStages.WithSslCert Interface

public static interface ApplicationGateway.DefinitionStages.WithSslCert

The stage of an application gateway definition allowing to add an SSL certificate to be used by HTTPS listeners.

Method Summary

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

Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in HTTPS listeners.

Method Details

defineSslCertificate

public abstract ApplicationGatewaySslCertificate.DefinitionStages.Blank defineSslCertificate(String name)

Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in HTTPS listeners.

Parameters:

name - a unique name for the certificate

Returns:

the first stage of the certificate definition

Applies to