Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendSettings
Packages that use ApplicationGatewayBackendSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayBackendSettingsModifier and TypeMethodDescriptionApplicationGatewayInner.backendSettingsCollection()Get the backendSettingsCollection property: Backend settings of the application gateway resource.ApplicationGatewayPropertiesFormat.backendSettingsCollection()Get the backendSettingsCollection property: Backend settings of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayBackendSettingsModifier and TypeMethodDescriptionApplicationGatewayInner.withBackendSettingsCollection(List<ApplicationGatewayBackendSettings> backendSettingsCollection) Set the backendSettingsCollection property: Backend settings of the application gateway resource.ApplicationGatewayPropertiesFormat.withBackendSettingsCollection(List<ApplicationGatewayBackendSettings> backendSettingsCollection) Set the backendSettingsCollection property: Backend settings of the application gateway resource. -
Uses of ApplicationGatewayBackendSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendSettings from the JsonReader.ApplicationGatewayBackendSettings.withHostname(String hostname) Set the hostname property: Server name indication to be sent to the backend servers for Tls protocol.Set the name property: Name of the backend settings that is unique within an Application Gateway.ApplicationGatewayBackendSettings.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.ApplicationGatewayBackendSettings.withProbe(com.azure.core.management.SubResource probe) Set the probe property: Probe resource of an application gateway.ApplicationGatewayBackendSettings.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendSettings.withTimeout(Integer timeout) Set the timeout property: Connection timeout in seconds.ApplicationGatewayBackendSettings.withTrustedRootCertificates(List<com.azure.core.management.SubResource> trustedRootCertificates) Set the trustedRootCertificates property: Array of references to application gateway trusted root certificates.