Show / Hide Table of Contents

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 Source

Address

Location of the backend (IP address or FQDN)

Declaration
public readonly string Address
Field Value
Type Description
System.String
View Source

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>
View Source

HostHeader

The value to use as the host header sent to the backend.

Declaration
public readonly string HostHeader
Field Value
Type Description
System.String
View Source

HttpPort

The HTTP TCP port number. Possible values are between 1 - 65535.

Declaration
public readonly int HttpPort
Field Value
Type Description
System.Int32
View Source

HttpsPort

The HTTPS TCP port number. Possible values are between 1 - 65535.

Declaration
public readonly int HttpsPort
Field Value
Type Description
System.Int32
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.