Class FrontdoorBackendPoolBackend
Inheritance
System.Object
FrontdoorBackendPoolBackend
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.FrontDoor.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorBackendPoolBackend
Fields
View SourceAddress
Location of the backend (IP address or FQDN)
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Specifies if the backend is enabled or not. Valid options are true or false. Defaults to true.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HostHeader
The value to use as the host header sent to the backend.
Declaration
public readonly string HostHeader
Field Value
| Type | Description |
|---|---|
| System.String |
HttpPort
The HTTP TCP port number. Possible values are between 1 - 65535.
Declaration
public readonly int HttpPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
HttpsPort
The HTTPS TCP port number. Possible values are between 1 - 65535.
Declaration
public readonly int HttpsPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Priority
Priority to use for load balancing. Higher priorities will not be used for load balancing if any lower priority backend is healthy. Defaults to 1.
Declaration
public readonly int? Priority
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Weight
Weight of this endpoint for load balancing purposes. Defaults to 50.
Declaration
public readonly int? Weight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |