ReturnT - the stage of the parent application gateway update to return to after attaching this definitionpublic static interface ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithData<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> |
fromBase64(String base64data)
Specifies an X.509 certificate to upload.
|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> |
fromBytes(byte[] data)
Specifies an X.509 certificate to upload.
|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> |
fromFile(File certificateFile)
Specifies an X.509 certificate to upload.
|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> fromBytes(byte[] data)
data - the DER-encoded bytes of an X.509 certificateApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> fromFile(File certificateFile) throws IOException
certificateFile - a DER encoded X.509 certificate fileIOException - when there are problems reading the certificate fileApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> fromBase64(String base64data)
base64data - base-64 encoded data of the certificate/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/