public static interface ApplicationGateway.UpdateStages.WithAuthenticationCertificate
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.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.
|
ApplicationGateway.Update |
withoutAuthenticationCertificate(String name)
Removes an existing application gateway authentication certificate.
|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineAuthenticationCertificate(String name)
name - a unique name for the certificateApplicationGateway.Update withoutAuthenticationCertificate(String name)
name - the name of an existing certificateCopyright © 2020 Microsoft Corporation. All rights reserved.