ReturnT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAuthenticationCertificate<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificate(String name)
Associates the specified authentication certificate that exists on this application gateway with this
backend HTTP confifuration.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificateFromBase64(String base64Data)
Associates a new, automatically named certificate with this HTTP backend configuration loaded from the
specified file.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificateFromBytes(byte[] derData)
Associates a new, automatically named certificate with this HTTP backend configuration based on the
specified data.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
withAuthenticationCertificateFromFile(File certificateFile)
Associates a new, automatically named certificate with this HTTP backend configuration loaded from the
specified file.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> withAuthenticationCertificate(String name)
Multiple calls to this method will add additional certificate references.
name - the name of an existing authentication certificateApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> withAuthenticationCertificateFromBytes(byte[] derData)
Multiple calls to this method will add additional certificate references.
derData - the DER-encoded data of an X.509 certificateApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> withAuthenticationCertificateFromFile(File certificateFile) throws IOException
Multiple calls to this method will add additional certificate references.
certificateFile - a file containing the DER format representation of an X.509 certificateIOException - when there are issues reading from the specified fileApplicationGatewayBackendHttpConfiguration.DefinitionStages.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 certificateCopyright © 2020 Microsoft Corporation. All rights reserved.