Uses of Class
com.azure.resourcemanager.appservice.models.DataSource
Packages that use DataSource
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DataSource in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type DataSourceModifier and TypeClassDescriptionfinal classClass representing data source used by the detectors.Methods in com.azure.resourcemanager.appservice.models that return DataSourceModifier and TypeMethodDescriptionResponseMetadata.dataSource()Get the dataSource property: Source of the Data.static DataSourceDataSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataSource from the JsonReader.DataSource.withDataSourceUri(List<NameValuePair> dataSourceUri) Set the dataSourceUri property: Datasource Uri Links.DataSource.withInstructions(List<String> instructions) Set the instructions property: Instructions if any for the data source.Methods in com.azure.resourcemanager.appservice.models with parameters of type DataSourceModifier and TypeMethodDescriptionResponseMetadata.withDataSource(DataSource dataSource) Set the dataSource property: Source of the Data.