public static interface ApplicationGateway.UpdateStages.WithSslCert
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
defineSslCertificate(String name)
Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in frontend HTTPS listeners.
|
ApplicationGateway.Update |
withoutCertificate(String name)
Removes the specified SSL certificate from the application gateway.
|
ApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineSslCertificate(String name)
name - a unique name for the certificateApplicationGateway.Update withoutCertificate(String name)
Note that removing a certificate referenced by other settings may break the application gateway.
name - the name of the certificate to remove/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/