Probe 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
Probe() | |
Probe(String, Int32, String, IList<SubResource>, Nullable<Int32>, Nullable<Int32>, String, String, String, String) |
Probe()
public Probe ();
Public Sub New ()
Applies to
Probe(String, Int32, String, IList<SubResource>, Nullable<Int32>, Nullable<Int32>, String, String, String, String)
public Probe (string protocol, int port, string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> loadBalancingRules = default, int? intervalInSeconds = default, int? numberOfProbes = default, string requestPath = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Probe : string * int * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> * Nullable<int> * Nullable<int> * string * string * string * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Probe
Public Sub New (protocol As String, port As Integer, Optional id As String = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional intervalInSeconds As Nullable(Of Integer) = Nothing, Optional numberOfProbes As Nullable(Of Integer) = Nothing, Optional requestPath As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- protocol
- String
- port
- Int32
- id
- String
- loadBalancingRules
- IList<SubResource>
- requestPath
- String
- provisioningState
- String
- name
- String
- etag
- String