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

RunCommandDocumentBase Class

Definition

Describes the properties of a Run Command metadata.

public class RunCommandDocumentBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.RunCommandDocumentBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.RunCommandDocumentBase>
type RunCommandDocumentBase = class
    interface IJsonModel<RunCommandDocumentBase>
    interface IPersistableModel<RunCommandDocumentBase>
Public Class RunCommandDocumentBase
Implements IJsonModel(Of RunCommandDocumentBase), IPersistableModel(Of RunCommandDocumentBase)
Inheritance
RunCommandDocumentBase
Derived
Implements

Properties

Description

The VM run command description.

Id

The VM run command id.

Label

The VM run command label.

OSType

The Operating System type.

Schema

The VM run command schema.

Explicit Interface Implementations

IJsonModel<RunCommandDocumentBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RunCommandDocumentBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunCommandDocumentBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunCommandDocumentBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RunCommandDocumentBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to