ScriptPackageData Class

Definition

A class representing the ScriptPackage data model. Script Package resources available for execution

public class ScriptPackageData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.ScriptPackageData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.ScriptPackageData>
public class ScriptPackageData : Azure.ResourceManager.Models.ResourceData
type ScriptPackageData = class
    inherit ResourceData
    interface IJsonModel<ScriptPackageData>
    interface IPersistableModel<ScriptPackageData>
type ScriptPackageData = class
    inherit ResourceData
Public Class ScriptPackageData
Inherits ResourceData
Implements IJsonModel(Of ScriptPackageData), IPersistableModel(Of ScriptPackageData)
Public Class ScriptPackageData
Inherits ResourceData
Inheritance
ScriptPackageData
Implements

Constructors

ScriptPackageData()

Initializes a new instance of ScriptPackageData.

Properties

Company

Company that created and supports the package.

Description

User friendly description of the package.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Uri

Link to support by the package vendor.

Version

Module version.

Explicit Interface Implementations

IJsonModel<ScriptPackageData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScriptPackageData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScriptPackageData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScriptPackageData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScriptPackageData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to