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

WorkItemConfiguration Class

Definition

Work item configuration associated with an application insights resource.

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

Properties

ConfigDisplayName

Configuration friendly name.

ConfigProperties

Serialized JSON object for detailed properties.

ConnectorId

Connector identifier where work item is created.

Id

Unique Id for work item.

IsDefault

Boolean value indicating whether configuration is default.

Explicit Interface Implementations

IJsonModel<WorkItemConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkItemConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkItemConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkItemConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkItemConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to