ScriptCmdlet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET