Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert
Packages that use ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway backend HTTPS configuration definition as part of an application gateway update.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCertModifier and TypeMethodDescriptionApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificate(String name) Associates the specified authentication certificate that exists on this application gateway with this backend HTTP confifuration.ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBase64(String base64Data) Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file.ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBytes(byte[] derData) Associates a new, automatically named certificate with this HTTP backend configuration based on the specified data.ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAuthenticationCertificate.withAuthenticationCertificateFromFile(File certificateFile) Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file.ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithProtocol.withHttps()Specifies HTTPS as the protocol.