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.
|
@Beta(value=V1_4_0) ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineAuthenticationCertificate(String name)
name - a unique name for the certificate@Beta(value=V1_4_0) ApplicationGateway.Update withoutAuthenticationCertificate(String name)
name - the name of an existing certificate/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/