| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayAuthenticationCertificate.UpdateDefinition<ReturnT>
The entirety of an application gateway authentication certificate definition as part of an application gateway update.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithData.fromBase64(String base64data)
Specifies an X.509 certificate to upload.
|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithData.fromBytes(byte[] data)
Specifies an X.509 certificate to upload.
|
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.WithData.fromFile(File certificateFile)
Specifies an X.509 certificate to upload.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/