Uses of Class
com.microsoft.azure.management.appservice.DataSource
Packages that use DataSource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DataSource in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DataSourceModifier and TypeMethodDescriptionResponseMetaData.dataSource()
Get source of the Data.DataSource.withDataSourceUri
(List<NameValuePair> dataSourceUri) Set datasource Uri Links.DataSource.withInstructions
(List<String> instructions) Set instructions if any for the data source.Methods in com.microsoft.azure.management.appservice with parameters of type DataSourceModifier and TypeMethodDescriptionResponseMetaData.withDataSource
(DataSource dataSource) Set source of the Data.