public interface DataLakeStoreAccounts
Modifier and Type | Method and Description |
---|---|
void |
add(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
void |
add(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
String suffix)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
rx.Observable<Void> |
addAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
ServiceFuture<Void> |
addAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
rx.Observable<Void> |
addAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
String suffix)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
ServiceFuture<Void> |
addAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
String suffix,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
rx.Observable<ServiceResponse<Void>> |
addWithServiceResponseAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
rx.Observable<ServiceResponse<Void>> |
addWithServiceResponseAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
String suffix)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
void |
delete(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
|
rx.Observable<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
|
ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<Void> serviceCallback)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Void>> |
deleteWithServiceResponseAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
|
DataLakeStoreAccountInformation |
get(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
rx.Observable<DataLakeStoreAccountInformation> |
getAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
ServiceFuture<DataLakeStoreAccountInformation> |
getAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<DataLakeStoreAccountInformation>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
PagedList<DataLakeStoreAccountInformation> |
listByAccount(String resourceGroupName,
String accountName)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
PagedList<DataLakeStoreAccountInformation> |
listByAccount(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<DataLakeStoreAccountInformation>> |
listByAccountAsync(String resourceGroupName,
String accountName)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<DataLakeStoreAccountInformation>> |
listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
PagedList<DataLakeStoreAccountInformation> |
listByAccountNext(String nextPageLink)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<DataLakeStoreAccountInformation>> |
listByAccountNextAsync(String nextPageLink)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> |
listByAccountNextWithServiceResponseAsync(String nextPageLink)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> |
listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> |
listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
PagedList<DataLakeStoreAccountInformation> listByAccount(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.IllegalArgumentException
- thrown if parameters fail the validationPagedList<DataLakeStoreAccountInformation> listByAccount(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationvoid add(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> addWithServiceResponseAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid add(String resourceGroupName, String accountName, String dataLakeStoreAccountName, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.suffix
- The optional suffix for the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName, String suffix, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.suffix
- The optional suffix for the Data Lake Store account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.suffix
- The optional suffix for the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> addWithServiceResponseAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to add.suffix
- The optional suffix for the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationDataLakeStoreAccountInformation get(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to retrieveIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<DataLakeStoreAccountInformation> getAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName, ServiceCallback<DataLakeStoreAccountInformation> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to retrieveserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<DataLakeStoreAccountInformation> getAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to retrieveIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<DataLakeStoreAccountInformation>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to retrieveIllegalArgumentException
- thrown if parameters fail the validationvoid delete(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to removeIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to removeserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to removeServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.dataLakeStoreAccountName
- The name of the Data Lake Store account to removeServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationPagedList<DataLakeStoreAccountInformation> listByAccountNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<DataLakeStoreAccountInformation>> listByAccountNextAsync(String nextPageLink, ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture, ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<DataLakeStoreAccountInformation>> listByAccountNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.