ApplicationGatewayProbeInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Probe of the application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayProbeInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayProbeInner = class
inherit SubResource
Public Class ApplicationGatewayProbeInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayProbeInner() |
Initializes a new instance of the ApplicationGatewayProbeInner class. |
ApplicationGatewayProbeInner(String, ApplicationGatewayProtocol, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, ApplicationGatewayProbeHealthResponseMatch, ProvisioningState, Nullable<Int32>, String, String, String) |
Initializes a new instance of the ApplicationGatewayProbeInner class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Host |
Gets or sets host name to send the probe to. |
Id |
Resource Id (Inherited from SubResource) |
Interval |
Gets or sets the probing interval in seconds. This is the time interval between two consecutive probes. Acceptable values are from 1 second to 86400 seconds. |
Match |
Gets or sets criterion for classifying a healthy probe response. |
MinServers |
Gets or sets minimum number of servers that are always marked healthy. Default value is 0. |
Name |
Gets or sets name of the probe that is unique within an Application Gateway. |
Path |
Gets or sets relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>. |
PickHostNameFromBackendHttpSettings |
Gets or sets whether the host header should be picked from the backend http settings. Default value is false. |
Port |
Gets or sets custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used. This property is valid for Standard_v2 and WAF_v2 only. |
Protocol |
Gets or sets the protocol used for the probe. Possible values include: 'Http', 'Https' |
ProvisioningState |
Gets the provisioning state of the probe resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Timeout |
Gets or sets the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds. |
Type |
Gets type of the resource. |
UnhealthyThreshold |
Gets or sets the probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET