ConnectionMonitorEndpointScopeItem 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
ConnectionMonitorEndpointScopeItem() |
Initializes a new instance of the ConnectionMonitorEndpointScopeItem class. |
ConnectionMonitorEndpointScopeItem(String) |
Initializes a new instance of the ConnectionMonitorEndpointScopeItem class. |
ConnectionMonitorEndpointScopeItem()
Initializes a new instance of the ConnectionMonitorEndpointScopeItem class.
public ConnectionMonitorEndpointScopeItem ();
Public Sub New ()
Applies to
ConnectionMonitorEndpointScopeItem(String)
Initializes a new instance of the ConnectionMonitorEndpointScopeItem class.
public ConnectionMonitorEndpointScopeItem (string address = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem : string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem
Public Sub New (Optional address As String = Nothing)
Parameters
- address
- String
The address of the endpoint item. Supported types are IPv4/IPv6 subnet mask or IPv4/IPv6 IP address.