Partager via


ContainerHttpGet Constructeurs

Définition

Surcharges

ContainerHttpGet()

Initialise une nouvelle instance de la classe ContainerHttpGet.

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

Initialise une nouvelle instance de la classe ContainerHttpGet.

ContainerHttpGet()

Initialise une nouvelle instance de la classe ContainerHttpGet.

public ContainerHttpGet ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ContainerHttpGet.

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)

Paramètres

port
Int32

Numéro de port vers la sonde.

path
String

Chemin de la sonde.

scheme
String

Schéma. Les valeurs possibles sont : « http », « https »

httpHeaders
IList<HttpHeader>

En-têtes HTTP.

S’applique à