ScriptStatus Class

Definition

Generic object modeling results of script execution.

public class ScriptStatus
type ScriptStatus = class
Public Class ScriptStatus
Inheritance
ScriptStatus

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.

Applies to