Uses of Class
com.azure.resourcemanager.appservice.models.DiagnosticData
-
Packages that use DiagnosticData Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 DiagnosticData Modifier and Type Method Description List<DiagnosticData>DetectorResponseInner. dataset()Get the dataset property: Data Set.List<DiagnosticData>DetectorResponseProperties. dataset()Get the dataset property: Data Set.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type DiagnosticData Modifier and Type Method Description DetectorResponseInnerDetectorResponseInner. withDataset(List<DiagnosticData> dataset)Set the dataset property: Data Set.DetectorResponsePropertiesDetectorResponseProperties. 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 DiagnosticData Modifier and Type Method Description DiagnosticDataDiagnosticData. withRenderingProperties(Rendering renderingProperties)Set the renderingProperties property: Properties that describe how the table should be rendered.DiagnosticDataDiagnosticData. withTable(DataTableResponseObject table)Set the table property: Data in table form.
-