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

DevCenterCatalogTaskData Class

Definition

Represents a Task to be used in customizing a Dev Box.

public class DevCenterCatalogTaskData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.DevCenterCatalogTaskData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.DevCenterCatalogTaskData>
type DevCenterCatalogTaskData = class
    inherit ResourceData
    interface IJsonModel<DevCenterCatalogTaskData>
    interface IPersistableModel<DevCenterCatalogTaskData>
Public Class DevCenterCatalogTaskData
Inherits ResourceData
Implements IJsonModel(Of DevCenterCatalogTaskData), IPersistableModel(Of DevCenterCatalogTaskData)
Inheritance
DevCenterCatalogTaskData
Implements

Properties

Name Description
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Inputs

Inputs to the task.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Timeout

The default timeout for the task.

ValidationStatus

Validation status for the Task.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DevCenterCatalogTaskData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DevCenterCatalogTaskData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DevCenterCatalogTaskData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DevCenterCatalogTaskData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DevCenterCatalogTaskData>.Write(ModelReaderWriterOptions)

Applies to