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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET