DelayAction Class
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.
Model that represents a delay action.
[Newtonsoft.Json.JsonObject("delay")]
public class DelayAction : Microsoft.Azure.Management.Chaos.Models.Action
[<Newtonsoft.Json.JsonObject("delay")>]
type DelayAction = class
inherit Action
Public Class DelayAction
Inherits Action
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DelayAction() |
Initializes a new instance of the DelayAction class. |
DelayAction(String, String) |
Initializes a new instance of the DelayAction class. |
Properties
Duration |
Gets or sets ISO8601 formatted string that represents a duration. |
Name |
Gets or sets string that represents a Capability URN. (Inherited from Action) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET