Share via


ContainerHttpGet Constructors

Definition

Overloads

ContainerHttpGet()

Initializes a new instance of the ContainerHttpGet class.

ContainerHttpGet(Int32, String, String, IList<HttpHeader>)

Initializes a new instance of the ContainerHttpGet class.

ContainerHttpGet()

Initializes a new instance of the ContainerHttpGet class.

public ContainerHttpGet ();
Public Sub New ()

Applies to

ContainerHttpGet(Int32, String, String, IList<HttpHeader>)

Initializes a new instance of the ContainerHttpGet class.

public ContainerHttpGet (int port, string path = default, string scheme = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.HttpHeader> httpHeaders = default);
new Microsoft.Azure.Management.ContainerInstance.Models.ContainerHttpGet : int * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.HttpHeader> -> Microsoft.Azure.Management.ContainerInstance.Models.ContainerHttpGet
Public Sub New (port As Integer, Optional path As String = Nothing, Optional scheme As String = Nothing, Optional httpHeaders As IList(Of HttpHeader) = Nothing)

Parameters

port
Int32

The port number to probe.

path
String

The path to probe.

scheme
String

The scheme. Possible values include: 'http', 'https'

httpHeaders
IList<HttpHeader>

The HTTP headers.

Applies to