ScriptPackage Class

Definition

Script Package resources available for execution

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptPackageTypeConverter))]
public class ScriptPackage : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IScriptPackage, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ScriptPackageTypeConverter))>]
type ScriptPackage = class
    interface IScriptPackage
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ScriptPackage
Implements IScriptPackage, IValidates
Inheritance
ScriptPackage
Attributes
Implements

Constructors

ScriptPackage()

Creates an new ScriptPackage instance.

Properties

Description

User friendly description of the package

Id

Resource ID.

Name

Resource name.

ResourceGroupName

Gets the resource group name

Type

Resource type.

Version

Module version

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScriptPackage.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScriptPackage.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IScriptPackage.

FromJsonString(String)

Creates a new instance of ScriptPackage, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScriptPackage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to