Uses of Class
com.azure.resourcemanager.frontdoor.models.BackendPoolsSettings
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return BackendPoolsSettingsModifier and TypeMethodDescriptionFrontDoorInner.backendPoolsSettings()Get the backendPoolsSettings property: Settings for all backendPools.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type BackendPoolsSettingsModifier 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
Methods in com.azure.resourcemanager.frontdoor.models that return BackendPoolsSettingsModifier 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.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type BackendPoolsSettingsModifier 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.