ScriptStatus Class

Definition

Generic object modeling results of script execution.

public class ScriptStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ScriptStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ScriptStatus>
public class ScriptStatus
type ScriptStatus = class
    interface IJsonModel<ScriptStatus>
    interface IPersistableModel<ScriptStatus>
type ScriptStatus = class
Public Class ScriptStatus
Implements IJsonModel(Of ScriptStatus), IPersistableModel(Of ScriptStatus)
Public Class ScriptStatus
Inheritance
ScriptStatus
Implements

Properties

ContainerInstanceId

ACI resource Id.

EndOn

End time of the script execution.

Error

Error that is relayed from the script execution.

ExpireOn

Time the deployment script resource will expire.

StartOn

Start time of the script execution.

StorageAccountId

Storage account resource Id.

Explicit Interface Implementations

IJsonModel<ScriptStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ScriptStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScriptStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScriptStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ScriptStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to