Uses of Class
com.microsoft.azure.management.appservice.DataSource
-
-
Uses of DataSource in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DataSource Modifier and Type Method Description DataSourceResponseMetaData. dataSource()Get source of the Data.DataSourceDataSource. withDataSourceUri(List<NameValuePair> dataSourceUri)Set datasource Uri Links.DataSourceDataSource. withInstructions(List<String> instructions)Set instructions if any for the data source.Methods in com.microsoft.azure.management.appservice with parameters of type DataSource Modifier and Type Method Description ResponseMetaDataResponseMetaData. withDataSource(DataSource dataSource)Set source of the Data.
-