Uses of Class
com.azure.resourcemanager.appservice.models.DataSource
-
Packages that use DataSource Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DataSource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DataSource Modifier and Type Method Description DataSourceResponseMetadata. dataSource()Get the dataSource property: Source of the Data.DataSourceDataSource. withDataSourceUri(List<NameValuePair> dataSourceUri)Set the dataSourceUri property: Datasource Uri Links.DataSourceDataSource. 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 DataSource Modifier and Type Method Description ResponseMetadataResponseMetadata. withDataSource(DataSource dataSource)Set the dataSource property: Source of the Data.
-