Share via


ScriptCmdlet Class

Definition

A cmdlet available for script execution

[Microsoft.Rest.Serialization.JsonTransformation]
public class ScriptCmdlet : Microsoft.Azure.Management.Avs.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ScriptCmdlet = class
    inherit ProxyResource
Public Class ScriptCmdlet
Inherits ProxyResource
Inheritance
Attributes

Constructors

ScriptCmdlet()

Initializes a new instance of the ScriptCmdlet class.

ScriptCmdlet(String, String, String, String, String, IList<ScriptParameter>)

Initializes a new instance of the ScriptCmdlet class.

Properties

Description

Gets description of the scripts functionality

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
Parameters

Gets parameters the script will accept

Timeout

Gets recommended time limit for execution

Type

Gets resource type.

(Inherited from Resource)

Applies to