你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRunCommandDocument Interface

Definition

[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)

Applies to