ReturnT - the stage of the parent application gateway update to return to after attaching this definitionpublic static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAuthenticationCertificate<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificate(String name)
Associates the specified authentication certificate that exists on this application gateway with this backend HTTP confifuration.
|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificateFromBase64(String base64Data)
Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file.
|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificateFromBytes(byte[] derData)
Associates a new, automatically named certificate with this HTTP backend configuration based on the specified data.
|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificateFromFile(File certificateFile)
Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file.
|
@Beta(value=V1_4_0) ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> withAuthenticationCertificate(String name)
Multiple calls to this method will add additional certificate references.
name - the name of an existing authentication certificate@Beta(value=V1_4_0) ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> withAuthenticationCertificateFromBytes(byte[] derData)
Multiple calls to this method will add additional certificate references.
derData - the DER encoded data of an X.509 certificate@Beta(value=V1_4_0) ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> withAuthenticationCertificateFromFile(File certificateFile) throws IOException
Multiple calls to this method will add additional certificate references.
certificateFile - a file containing the DER representation of an X.509 certificateIOException - when there are issues reading from the specified file@Beta(value=V1_4_0) ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT> withAuthenticationCertificateFromBase64(String base64Data)
Multiple calls to this method will add additional certificate references.
base64Data - the base-64 encoded data of an X.509 certificate/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/