ArmNetworkModelFactory.TroubleshootingResult 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 TroubleshootingResult.
public static Azure.ResourceManager.Network.Models.TroubleshootingResult TroubleshootingResult (DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string code = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.TroubleshootingDetails> results = default);
static member TroubleshootingResult : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * seq<Azure.ResourceManager.Network.Models.TroubleshootingDetails> -> Azure.ResourceManager.Network.Models.TroubleshootingResult
Public Shared Function TroubleshootingResult (Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional code As String = Nothing, Optional results As IEnumerable(Of TroubleshootingDetails) = Nothing) As TroubleshootingResult
Parameters
- startOn
- Nullable<DateTimeOffset>
The start time of the troubleshooting.
- endOn
- Nullable<DateTimeOffset>
The end time of the troubleshooting.
- code
- String
The result code of the troubleshooting.
- results
- IEnumerable<TroubleshootingDetails>
Information from troubleshooting.
Returns
A new TroubleshootingResult instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.