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.
|