Partager via


ApplicationGateway.UpdateStages.WithAuthenticationCertificate Interface

public static interface ApplicationGateway.UpdateStages.WithAuthenticationCertificate

Étape d’une mise à jour d’application gateway permettant de gérer les certificats d’authentification pour les back-ends à utiliser.

Résumé de la méthode

Modificateur et type Méthode et description
abstract Blank<Update> defineAuthenticationCertificate(String name)

Commence la définition d’un nouveau certificat d’authentification application gateway à attacher à la passerelle pour une utilisation par les back-ends.

abstract Update withoutAuthenticationCertificate(String name)

Supprime un certificat d’authentification application gateway existant.

Détails de la méthode

defineAuthenticationCertificate

public abstract ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank defineAuthenticationCertificate(String name)

Commence la définition d’un nouveau certificat d’authentification application gateway à attacher à la passerelle pour une utilisation par les back-ends.

Parameters:

name - un nom unique pour le certificat

Returns:

première étape de la définition du certificat

withoutAuthenticationCertificate

public abstract ApplicationGateway.Update withoutAuthenticationCertificate(String name)

Supprime un certificat d’authentification application gateway existant.

Parameters:

name - nom d’un certificat existant

Returns:

étape suivante de la mise à jour

S’applique à