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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET