Compartilhar via


IWithAuthenticationCertificateBeta.WithoutAuthenticationCertificate Método

Definição

Remove a referência ao certificado de autenticação especificado dessa configuração de back-end HTTP. Observe que o certificado permanecerá associado ao gateway de aplicativo até que ele seja removido explicitamente.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate WithoutAuthenticationCertificate (string name);
abstract member WithoutAuthenticationCertificate : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate
Public Function WithoutAuthenticationCertificate (name As String) As IUpdate

Parâmetros

name
String

O nome de um certificado de autenticação existente associado a essa configuração de back-end HTTP.

Retornos

Aplica-se a