AppServiceDetectorData Class

Definition

A class representing the AppServiceDetector data model. Class representing Response from Detector

public class AppServiceDetectorData : Azure.ResourceManager.Models.ResourceData
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
type AppServiceDetectorData = class
    inherit ResourceData
    interface IJsonModel<AppServiceDetectorData>
    interface IPersistableModel<AppServiceDetectorData>
Public Class AppServiceDetectorData
Inherits ResourceData
Public Class AppServiceDetectorData
Inherits ResourceData
Implements IJsonModel(Of AppServiceDetectorData), IPersistableModel(Of AppServiceDetectorData)
Inheritance
AppServiceDetectorData
Implements

Constructors

AppServiceDetectorData()

Initializes a new instance of AppServiceDetectorData.

Properties

DataProvidersMetadata

Additional configuration for different data providers to be used by the UI.

Dataset

Data Set.

Id

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

(Inherited from ResourceData)
Kind

Kind of resource.

Metadata

metadata for the detector.

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.

SuggestedUtterances

Suggested utterances where the detector can be applicable.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

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