IRunCommandDocument Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandDocumentTypeConverter))]
public interface IRunCommandDocument : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandDocumentBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.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) |