Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendSettingsPropertiesFormat
Packages that use ApplicationGatewayBackendSettingsPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendSettingsPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendSettingsPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayBackendSettingsPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendSettingsPropertiesFormat from the JsonReader.ApplicationGatewayBackendSettingsPropertiesFormat.withHostname(String hostname) Set the hostname property: Server name indication to be sent to the backend servers for Tls protocol.ApplicationGatewayBackendSettingsPropertiesFormat.withPickHostnameFromBackendAddress(Boolean pickHostnameFromBackendAddress) Set the pickHostnameFromBackendAddress property: Whether to pick server name indication from the host name of the backend server for Tls protocol.Set the port property: The destination port on the backend.ApplicationGatewayBackendSettingsPropertiesFormat.withProbe(com.azure.core.management.SubResource probe) Set the probe property: Probe resource of an application gateway.ApplicationGatewayBackendSettingsPropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendSettingsPropertiesFormat.withTimeout(Integer timeout) Set the timeout property: Connection timeout in seconds.ApplicationGatewayBackendSettingsPropertiesFormat.withTrustedRootCertificates(List<com.azure.core.management.SubResource> trustedRootCertificates) Set the trustedRootCertificates property: Array of references to application gateway trusted root certificates.