BackendPoolsSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings that apply to all backend pools.
public class BackendPoolsSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.BackendPoolsSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.BackendPoolsSettings>
public class BackendPoolsSettings
type BackendPoolsSettings = class
interface IJsonModel<BackendPoolsSettings>
interface IPersistableModel<BackendPoolsSettings>
type BackendPoolsSettings = class
Public Class BackendPoolsSettings
Implements IJsonModel(Of BackendPoolsSettings), IPersistableModel(Of BackendPoolsSettings)
Public Class BackendPoolsSettings
- Inheritance
-
BackendPoolsSettings
- Implements
Constructors
BackendPoolsSettings() |
Initializes a new instance of BackendPoolsSettings. |
Properties
EnforceCertificateNameCheck |
Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests. |
SendRecvTimeoutInSeconds |
Send and receive timeout on forwarding request to the backend. When timeout is reached, the request fails and returns. |
Explicit Interface Implementations
IJsonModel<BackendPoolsSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackendPoolsSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackendPoolsSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackendPoolsSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackendPoolsSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET