AppServiceDetectorData Class

Definition

A class representing the AppServiceDetector data model. Class representing Response from Detector Serialized Name: DetectorResponse

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

Constructors

Name Description
AppServiceDetectorData()

Initializes a new instance of AppServiceDetectorData.

Properties

Name Description
DataProvidersMetadata

Additional configuration for different data providers to be used by the UI Serialized Name: DetectorResponse.properties.dataProvidersMetadata

Dataset

Data Set Serialized Name: DetectorResponse.properties.dataset

Id

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

(Inherited from ResourceData)
Kind

Kind of resource. Serialized Name: DetectorResponse.kind

Metadata

metadata for the detector Serialized Name: DetectorResponse.properties.metadata

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

Indicates status of the most severe insight. Serialized Name: DetectorResponse.properties.status

SuggestedUtterances

Suggested utterances where the detector can be applicable. Serialized Name: DetectorResponse.properties.suggestedUtterances

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AppServiceDetectorData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceDetectorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceDetectorData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceDetectorData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceDetectorData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to