| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayBackendHttpConfiguration.Definition<ReturnT>
The entirety of an application gateway backend HTTPS configuration definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificate(String name)
Associates the specified authentication certificate that exists on this application gateway with this
backend HTTP confifuration.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBase64(String base64Data)
Associates a new, automatically named certificate with this HTTP backend configuration loaded from the
specified file.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBytes(byte[] derData)
Associates a new, automatically named certificate with this HTTP backend configuration based on the
specified data.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificateFromFile(File certificateFile)
Associates a new, automatically named certificate with this HTTP backend configuration loaded from the
specified file.
|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> |
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProtocol.withHttps()
Specifies HTTPS as the protocol.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.