Share via


IRunCommandDocument Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.RunCommandDocumentTypeConverter))]
public interface IRunCommandDocument : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandDocumentBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.RunCommandDocumentTypeConverter))>]
type IRunCommandDocument = interface
    interface IJsonSerializable
    interface IRunCommandDocumentBase
Public Interface IRunCommandDocument
Implements IRunCommandDocumentBase
Derived
Attributes
Implements

Properties

Description

The VM run command description.

(Inherited from IRunCommandDocumentBase)
Id

The VM run command id.

(Inherited from IRunCommandDocumentBase)
Label

The VM run command label.

(Inherited from IRunCommandDocumentBase)
OSType

The Operating System type.

(Inherited from IRunCommandDocumentBase)
Parameter

The parameters used by the script.

Schema

The VM run command schema.

(Inherited from IRunCommandDocumentBase)
Script

The script to be executed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to