ConnectionMonitorResultInner 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
ConnectionMonitorResultInner() |
Initializes a new instance of the ConnectionMonitorResultInner class. |
ConnectionMonitorResultInner(String, ConnectionMonitorSource, ConnectionMonitorDestination, String, String, String, IDictionary<String, String>, String, Nullable<Boolean>, Nullable<Int32>, ProvisioningState, Nullable<DateTime>, String) |
Initializes a new instance of the ConnectionMonitorResultInner class. |
ConnectionMonitorResultInner()
Initializes a new instance of the ConnectionMonitorResultInner class.
public ConnectionMonitorResultInner ();
Public Sub New ()
Applies to
ConnectionMonitorResultInner(String, ConnectionMonitorSource, ConnectionMonitorDestination, String, String, String, IDictionary<String, String>, String, Nullable<Boolean>, Nullable<Int32>, ProvisioningState, Nullable<DateTime>, String)
Initializes a new instance of the ConnectionMonitorResultInner class.
public ConnectionMonitorResultInner (string location, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource source, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination destination, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, bool? autoStart = default, int? monitoringIntervalInSeconds = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, DateTime? startTime = default, string monitoringStatus = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorResultInner : string * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<bool> * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<DateTime> * string -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorResultInner
Public Sub New (location As String, source As ConnectionMonitorSource, destination As ConnectionMonitorDestination, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional autoStart As Nullable(Of Boolean) = Nothing, Optional monitoringIntervalInSeconds As Nullable(Of Integer) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional monitoringStatus As String = Nothing)
Parameters
- location
- String
- source
- ConnectionMonitorSource
Describes the source of connection monitor.
- destination
- ConnectionMonitorDestination
Describes the destination of connection monitor.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Determines if the connection monitor will start automatically once created.
- provisioningState
- ProvisioningState
The provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- monitoringStatus
- String
The monitoring status of the connection monitor.