你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScriptStatus Class

Definition

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.

Applies to