Class FrontdoorBackendPoolHealthProbeGetArgs
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 FrontdoorBackendPoolHealthProbeGetArgs : ResourceArgs
Constructors
View SourceFrontdoorBackendPoolHealthProbeGetArgs()
Declaration
public FrontdoorBackendPoolHealthProbeGetArgs()
Properties
View SourceEnabled
Is this health probe enabled? Dafaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Id
The ID of the FrontDoor.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IntervalInSeconds
The number of seconds between each Health Probe. Defaults to 120.
Declaration
public Input<int> IntervalInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Specifies the name of the Health Probe.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
The path to use for the Health Probe. Default is /.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProbeMethod
Specifies HTTP method the health probe uses when querying the backend pool instances. Possible values include: Get and Head. Defaults to Get.
Declaration
public Input<string> ProbeMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Protocol
Protocol scheme to use for the Health Probe. Defaults to Http.
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |