ArmNetworkModelFactory.ConnectivityIssueInfo Method
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.
Initializes a new instance of ConnectivityIssueInfo.
public static Azure.ResourceManager.Network.Models.ConnectivityIssueInfo ConnectivityIssueInfo (Azure.ResourceManager.Network.Models.IssueOrigin? origin = default, Azure.ResourceManager.Network.Models.IssueSeverity? severity = default, Azure.ResourceManager.Network.Models.ConnectivityIssueType? connectivityIssueType = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,string>> contexts = default);
static member ConnectivityIssueInfo : Nullable<Azure.ResourceManager.Network.Models.IssueOrigin> * Nullable<Azure.ResourceManager.Network.Models.IssueSeverity> * Nullable<Azure.ResourceManager.Network.Models.ConnectivityIssueType> * seq<System.Collections.Generic.IDictionary<string, string>> -> Azure.ResourceManager.Network.Models.ConnectivityIssueInfo
Public Shared Function ConnectivityIssueInfo (Optional origin As Nullable(Of IssueOrigin) = Nothing, Optional severity As Nullable(Of IssueSeverity) = Nothing, Optional connectivityIssueType As Nullable(Of ConnectivityIssueType) = Nothing, Optional contexts As IEnumerable(Of IDictionary(Of String, String)) = Nothing) As ConnectivityIssueInfo
Parameters
- origin
- Nullable<IssueOrigin>
The origin of the issue.
- severity
- Nullable<IssueSeverity>
The severity of the issue.
- connectivityIssueType
- Nullable<ConnectivityIssueType>
The type of issue.
- contexts
- IEnumerable<IDictionary<String,String>>
Provides additional context on the issue.
Returns
A new ConnectivityIssueInfo instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET