ScriptStatus 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.
Generic object modeling results of script execution.
public class ScriptStatus
type ScriptStatus = class
Public Class ScriptStatus
- Inheritance
-
ScriptStatus
- Derived
Constructors
ScriptStatus() |
Initializes a new instance of the ScriptStatus class. |
ScriptStatus(String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, ErrorResponse) |
Initializes a new instance of the ScriptStatus class. |
Properties
ContainerInstanceId |
Gets aCI resource Id. |
EndTime |
Gets end time of the script execution. |
Error |
Gets or sets error that is relayed from the script execution. |
ExpirationTime |
Gets time the deployment script resource will expire. |
StartTime |
Gets start time of the script execution. |
StorageAccountId |
Gets storage account resource Id. |