Class FrontdoorBackendPoolHealthProbe
Inheritance
System.Object
FrontdoorBackendPoolHealthProbe
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 FrontdoorBackendPoolHealthProbe
Fields
View SourceEnabled
Is this health probe enabled? Dafaults to true.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The ID of the FrontDoor.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IntervalInSeconds
The number of seconds between each Health Probe. Defaults to 120.
Declaration
public readonly int? IntervalInSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
Specifies the name of the Health Probe.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The path to use for the Health Probe. Default is /.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| 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 readonly string ProbeMethod
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
Protocol scheme to use for the Health Probe. Defaults to Http.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |