Show / Hide Table of Contents

Class FrontdoorBackendPoolBackendGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FrontdoorBackendPoolBackendGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorBackendPoolBackendGetArgs : ResourceArgs

Constructors

View Source

FrontdoorBackendPoolBackendGetArgs()

Declaration
public FrontdoorBackendPoolBackendGetArgs()

Properties

View Source

Address

Location of the backend (IP address or FQDN)

Declaration
public Input<string> Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Specifies if the backend is enabled or not. Valid options are true or false. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HostHeader

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

Declaration
public Input<string> HostHeader { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HttpPort

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

Declaration
public Input<int> HttpPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

HttpsPort

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

Declaration
public Input<int> HttpsPort { get; set; }
Property Value
Type Description
Input<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 Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Weight

Weight of this endpoint for load balancing purposes. Defaults to 50.

Declaration
public Input<int> Weight { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.