Class ApplicationGatewayProbeMatchArgs
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.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayProbeMatchArgs : ResourceArgs
Constructors
View SourceApplicationGatewayProbeMatchArgs()
Declaration
public ApplicationGatewayProbeMatchArgs()
Properties
View SourceBody
A snippet from the Response Body which must be present in the Response..
Declaration
public Input<string> Body { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StatusCodes
A list of allowed status codes for this Health Probe.
Declaration
public InputList<string> StatusCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |