| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 © 2021 Microsoft Corporation. All rights reserved.