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(Origin, Severity, IssueType, 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(Origin, Severity, IssueType, IList<IDictionary<String,String>>)
Initializes a new instance of the ConnectivityIssue class.
public ConnectivityIssue (Microsoft.Azure.Management.Network.Fluent.Models.Origin origin = default, Microsoft.Azure.Management.Network.Fluent.Models.Severity severity = default, Microsoft.Azure.Management.Network.Fluent.Models.IssueType type = default, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> context = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityIssue : Microsoft.Azure.Management.Network.Fluent.Models.Origin * Microsoft.Azure.Management.Network.Fluent.Models.Severity * Microsoft.Azure.Management.Network.Fluent.Models.IssueType * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityIssue
Public Sub New (Optional origin As Origin = Nothing, Optional severity As Severity = Nothing, Optional type As IssueType = Nothing, Optional context As IList(Of IDictionary(Of String, String)) = Nothing)
Parameters
- origin
- Origin
The origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'
- severity
- Severity
The severity of the issue. Possible values include: 'Error', 'Warning'
- type
- IssueType
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