Show / Hide Table of Contents

Class ApplicationGatewayProbeMatchArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayProbeMatchArgs
Inherited Members
ResourceArgs.Empty
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 Source

ApplicationGatewayProbeMatchArgs()

Declaration
public ApplicationGatewayProbeMatchArgs()

Properties

View Source

Body

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.