Class FrontdoorBackendPoolBackendGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorBackendPoolBackendGetArgs : ResourceArgs
Constructors
View SourceFrontdoorBackendPoolBackendGetArgs()
Declaration
public FrontdoorBackendPoolBackendGetArgs()
Properties
View SourceAddress
Location of the backend (IP address or FQDN)
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
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> |