ContainerHttpGet Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET