ArmNetworkModelFactory.ConnectionAnalyzerQueryStatusResult 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.
Status result returned when querying a connection analyzer for its diagnostic results.
public static Azure.ResourceManager.Network.Models.ConnectionAnalyzerQueryStatusResult ConnectionAnalyzerQueryStatusResult(string id = default, Azure.ResourceManager.Network.Models.ConnectionAnalyzerStatus? connectionAnalyzerStatus = default, string error = default, string outputStoragePath = default, DateTimeOffset? expiresOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionAnalyzerDiagnosticOperationResult> diagnosticOperationResults = default);
static member ConnectionAnalyzerQueryStatusResult : string * Nullable<Azure.ResourceManager.Network.Models.ConnectionAnalyzerStatus> * string * string * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Network.Models.ConnectionAnalyzerDiagnosticOperationResult> -> Azure.ResourceManager.Network.Models.ConnectionAnalyzerQueryStatusResult
Public Shared Function ConnectionAnalyzerQueryStatusResult (Optional id As String = Nothing, Optional connectionAnalyzerStatus As Nullable(Of ConnectionAnalyzerStatus) = Nothing, Optional error As String = Nothing, Optional outputStoragePath As String = Nothing, Optional expiresOn As Nullable(Of DateTimeOffset) = Nothing, Optional diagnosticOperationResults As IEnumerable(Of ConnectionAnalyzerDiagnosticOperationResult) = Nothing) As ConnectionAnalyzerQueryStatusResult
Parameters
- id
- String
Resource ID of the connection analyzer.
- connectionAnalyzerStatus
- Nullable<ConnectionAnalyzerStatus>
Current execution status of the connection analyzer.
- error
- String
Error message if the connection analyzer operation failed.
- outputStoragePath
- String
Storage path where the connection analyzer output is written.
- expiresOn
- Nullable<DateTimeOffset>
UTC time when the connection analyzer expires.
- diagnosticOperationResults
- IEnumerable<ConnectionAnalyzerDiagnosticOperationResult>
Results of the individual diagnostic operations.
Returns
A new ConnectionAnalyzerQueryStatusResult instance for mocking.