Uses of Class
com.azure.resourcemanager.frontdoor.models.BackendPoolsSettings
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of BackendPoolsSettings in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionFrontDoorInner.backendPoolsSettings()
Get the backendPoolsSettings property: Settings for all backendPools.Modifier and TypeMethodDescriptionFrontDoorInner.withBackendPoolsSettings
(BackendPoolsSettings backendPoolsSettings) Set the backendPoolsSettings property: Settings for all backendPools.FrontDoorProperties.withBackendPoolsSettings
(BackendPoolsSettings backendPoolsSettings) Set the backendPoolsSettings property: Settings for all backendPools. -
Uses of BackendPoolsSettings in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionFrontDoor.backendPoolsSettings()
Gets the backendPoolsSettings property: Settings for all backendPools.FrontDoorUpdateParameters.backendPoolsSettings()
Get the backendPoolsSettings property: Settings for all backendPools.BackendPoolsSettings.withEnforceCertificateNameCheck
(EnforceCertificateNameCheckEnabledState enforceCertificateNameCheck) Set the enforceCertificateNameCheck property: Whether to enforce certificate name check on HTTPS requests to all backend pools.BackendPoolsSettings.withSendRecvTimeoutSeconds
(Integer sendRecvTimeoutSeconds) Set the sendRecvTimeoutSeconds property: Send and receive timeout on forwarding request to the backend.Modifier and TypeMethodDescriptionFrontDoor.DefinitionStages.WithBackendPoolsSettings.withBackendPoolsSettings
(BackendPoolsSettings backendPoolsSettings) Specifies the backendPoolsSettings property: Settings for all backendPools.FrontDoor.UpdateStages.WithBackendPoolsSettings.withBackendPoolsSettings
(BackendPoolsSettings backendPoolsSettings) Specifies the backendPoolsSettings property: Settings for all backendPools.FrontDoorUpdateParameters.withBackendPoolsSettings
(BackendPoolsSettings backendPoolsSettings) Set the backendPoolsSettings property: Settings for all backendPools.