RunCommandDocumentInner Class

Definition

Describes the properties of a Run Command.

public class RunCommandDocumentInner : Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandDocumentBase
type RunCommandDocumentInner = class
    inherit RunCommandDocumentBase
Public Class RunCommandDocumentInner
Inherits RunCommandDocumentBase
Inheritance
RunCommandDocumentInner

Constructors

RunCommandDocumentInner()

Initializes a new instance of the RunCommandDocumentInner class.

RunCommandDocumentInner(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>)

Initializes a new instance of the RunCommandDocumentInner class.

Properties

Description

Gets or sets the VM run command description.

(Inherited from RunCommandDocumentBase)
Id

Gets or sets the VM run command id.

(Inherited from RunCommandDocumentBase)
Label

Gets or sets the VM run command label.

(Inherited from RunCommandDocumentBase)
OsType

Gets or sets the Operating System type. Possible values include: 'Windows', 'Linux'

(Inherited from RunCommandDocumentBase)
Parameters

Gets or sets the parameters used by the script.

Schema

Gets or sets the VM run command schema.

(Inherited from RunCommandDocumentBase)
Script

Gets or sets the script to be executed.

Methods

Validate()

Validate the object.

Applies to