共用方式為


ContainerHttpGet Constructors

Definition

Overloads

ContainerHttpGet()

Initializes a new instance of the ContainerHttpGet class.

ContainerHttpGet(Int32, String, String)

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)

Initializes a new instance of the ContainerHttpGet class.

public ContainerHttpGet (int port, string path = default, string scheme = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerHttpGet : int * string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerHttpGet
Public Sub New (port As Integer, Optional path As String = Nothing, Optional scheme As String = Nothing)

Parameters

port
Int32

The port number to probe.

path
String

The path to probe.

scheme
String

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

Applies to