ArmApiManagementModelFactory.ConnectivityIssue 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 ConnectivityIssue.
public static Azure.ResourceManager.ApiManagement.Models.ConnectivityIssue ConnectivityIssue (Azure.ResourceManager.ApiManagement.Models.IssueOrigin? origin = default, Azure.ResourceManager.ApiManagement.Models.IssueSeverity? severity = default, Azure.ResourceManager.ApiManagement.Models.IssueType? issueType = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,string>> context = default);
static member ConnectivityIssue : Nullable<Azure.ResourceManager.ApiManagement.Models.IssueOrigin> * Nullable<Azure.ResourceManager.ApiManagement.Models.IssueSeverity> * Nullable<Azure.ResourceManager.ApiManagement.Models.IssueType> * seq<System.Collections.Generic.IDictionary<string, string>> -> Azure.ResourceManager.ApiManagement.Models.ConnectivityIssue
Public Shared Function ConnectivityIssue (Optional origin As Nullable(Of IssueOrigin) = Nothing, Optional severity As Nullable(Of IssueSeverity) = Nothing, Optional issueType As Nullable(Of IssueType) = Nothing, Optional context As IEnumerable(Of IDictionary(Of String, String)) = Nothing) As ConnectivityIssue
Parameters
- origin
- Nullable<IssueOrigin>
The origin of the issue.
- severity
- Nullable<IssueSeverity>
The severity of the issue.
- context
- IEnumerable<IDictionary<String,String>>
Provides additional context on the issue.
Returns
A new ConnectivityIssue instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET