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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET