| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayAuthenticationCertificate.Definition<ReturnT>
The entirety of an application gateway authentication certificate definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData.fromBase64(String base64data)
Specifies an X.509 certificate to upload.
|
ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData.fromBytes(byte[] derData)
Specifies an X.509 certificate to upload.
|
ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData.fromFile(File certificateFile)
Specifies an X.509 certificate to upload.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.