ConnectivityIssue 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
ConnectivityIssue() |
Initializes a new instance of the ConnectivityIssue class. |
ConnectivityIssue(String, String, String, IList<IDictionary<String,String>>) |
Initializes a new instance of the ConnectivityIssue class. |
ConnectivityIssue()
Initializes a new instance of the ConnectivityIssue class.
public ConnectivityIssue ();
Public Sub New ()
Applies to
ConnectivityIssue(String, String, String, IList<IDictionary<String,String>>)
Initializes a new instance of the ConnectivityIssue class.
public ConnectivityIssue (string origin = default, string severity = default, string type = default, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> context = default);
new Microsoft.Azure.Management.ApiManagement.Models.ConnectivityIssue : string * string * string * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> -> Microsoft.Azure.Management.ApiManagement.Models.ConnectivityIssue
Public Sub New (Optional origin As String = Nothing, Optional severity As String = Nothing, Optional type As String = Nothing, Optional context As IList(Of IDictionary(Of String, String)) = Nothing)
Parameters
- origin
- String
The origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'
- severity
- String
The severity of the issue. Possible values include: 'Error', 'Warning'
- type
- String
The type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform'
- context
- IList<IDictionary<String,String>>
Provides additional context on the issue.
Applies to
Azure SDK for .NET