Uses of Class
com.azure.resourcemanager.appservice.models.DiagnosticData
Packages that use DiagnosticData
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DiagnosticData in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DiagnosticDataModifier and TypeMethodDescriptionDetectorResponseInner.dataset()
Get the dataset property: Data Set.DetectorResponseProperties.dataset()
Get the dataset property: Data Set.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type DiagnosticDataModifier and TypeMethodDescriptionDetectorResponseInner.withDataset
(List<DiagnosticData> dataset) Set the dataset property: Data Set.DetectorResponseProperties.withDataset
(List<DiagnosticData> dataset) Set the dataset property: Data Set. -
Uses of DiagnosticData in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DiagnosticDataModifier and TypeMethodDescriptionstatic DiagnosticData
DiagnosticData.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticData from the JsonReader.DiagnosticData.withRenderingProperties
(Rendering renderingProperties) Set the renderingProperties property: Properties that describe how the table should be rendered.DiagnosticData.withTable
(DataTableResponseObject table) Set the table property: Data in table form.