ArmChaosModelFactory.ExperimentExecutionActionTargetDetailsProperties 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 ExperimentExecutionActionTargetDetailsProperties.
public static Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties ExperimentExecutionActionTargetDetailsProperties (string status = default, string target = default, DateTimeOffset? targetFailedOn = default, DateTimeOffset? targetCompletedOn = default, Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsError error = default);
static member ExperimentExecutionActionTargetDetailsProperties : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsError -> Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties
Public Shared Function ExperimentExecutionActionTargetDetailsProperties (Optional status As String = Nothing, Optional target As String = Nothing, Optional targetFailedOn As Nullable(Of DateTimeOffset) = Nothing, Optional targetCompletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional error As ExperimentExecutionActionTargetDetailsError = Nothing) As ExperimentExecutionActionTargetDetailsProperties
Parameters
- status
- String
The status of the execution.
- target
- String
The target for the action.
- targetFailedOn
- Nullable<DateTimeOffset>
String that represents the failed date time.
- targetCompletedOn
- Nullable<DateTimeOffset>
String that represents the completed date time.
The error of the action.
Returns
A new ExperimentExecutionActionTargetDetailsProperties instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET