Class ScriptStatus
Generic object modeling results of script execution.
Inheritance
System.Object
ScriptStatus
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Resources.dll
Syntax
public class ScriptStatus
Properties
ContainerInstanceId
ACI resource Id.
Declaration
public string ContainerInstanceId { get; }
Property Value
System.String
|
EndTime
End time of the script execution.
Declaration
public Nullable<DateTimeOffset> EndTime { get; }
Property Value
System.Nullable<System.DateTimeOffset>
|
Error
Error that is relayed from the script execution.
Declaration
public Azure.ResourceManager.Models.ErrorDetail Error { get; }
Property Value
Azure.ResourceManager.Models.ErrorDetail
|
ExpirationTime
Time the deployment script resource will expire.
Declaration
public Nullable<DateTimeOffset> ExpirationTime { get; }
Property Value
System.Nullable<System.DateTimeOffset>
|
StartTime
Start time of the script execution.
Declaration
public Nullable<DateTimeOffset> StartTime { get; }
Property Value
System.Nullable<System.DateTimeOffset>
|
StorageAccountId
Storage account resource Id.
Declaration
public string StorageAccountId { get; }
Property Value
System.String
|