Interface Accounts
public interface Accounts
An instance of this class provides access to all the operations defined
in Accounts.
-
Method Summary
Modifier and TypeMethodDescriptionbeginCreate
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.rx.Observable<DataLakeAnalyticsAccount>
beginCreateAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
beginCreateAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Creates the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
beginCreateWithServiceResponseAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.void
beginDelete
(String resourceGroupName, String accountName) Begins the delete process for the Data Lake Analytics account object specified by the account name.rx.Observable<Void>
beginDeleteAsync
(String resourceGroupName, String accountName) Begins the delete process for the Data Lake Analytics account object specified by the account name.com.microsoft.rest.ServiceFuture<Void>
beginDeleteAsync
(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Begins the delete process for the Data Lake Analytics account object specified by the account name.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
beginDeleteWithServiceResponseAsync
(String resourceGroupName, String accountName) Begins the delete process for the Data Lake Analytics account object specified by the account name.beginUpdate
(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.beginUpdate
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<DataLakeAnalyticsAccount>
beginUpdateAsync
(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<DataLakeAnalyticsAccount>
beginUpdateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
beginUpdateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
beginUpdateAsync
(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
beginUpdateWithServiceResponseAsync
(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
beginUpdateWithServiceResponseAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.checkNameAvailability
(String location, String name) Checks whether the specified account name is available or taken.rx.Observable<NameAvailabilityInformation>
checkNameAvailabilityAsync
(String location, String name) Checks whether the specified account name is available or taken.com.microsoft.rest.ServiceFuture<NameAvailabilityInformation>
checkNameAvailabilityAsync
(String location, String name, com.microsoft.rest.ServiceCallback<NameAvailabilityInformation> serviceCallback) Checks whether the specified account name is available or taken.rx.Observable<com.microsoft.rest.ServiceResponse<NameAvailabilityInformation>>
checkNameAvailabilityWithServiceResponseAsync
(String location, String name) Checks whether the specified account name is available or taken.create
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.rx.Observable<DataLakeAnalyticsAccount>
createAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
createAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Creates the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
createWithServiceResponseAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.void
Begins the delete process for the Data Lake Analytics account object specified by the account name.rx.Observable<Void>
deleteAsync
(String resourceGroupName, String accountName) Begins the delete process for the Data Lake Analytics account object specified by the account name.com.microsoft.rest.ServiceFuture<Void>
deleteAsync
(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Begins the delete process for the Data Lake Analytics account object specified by the account name.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
deleteWithServiceResponseAsync
(String resourceGroupName, String accountName) Begins the delete process for the Data Lake Analytics account object specified by the account name.Gets details of the specified Data Lake Analytics account.rx.Observable<DataLakeAnalyticsAccount>
Gets details of the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
getAsync
(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Gets details of the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
getWithServiceResponseAsync
(String resourceGroupName, String accountName) Gets details of the specified Data Lake Analytics account.com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic>
list()
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic>
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>>
listAsync
(com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>>
listAsync
(String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic>
listByResourceGroup
(String resourceGroupName) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic>
listByResourceGroup
(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>
listByResourceGroupAsync
(String resourceGroupName) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>>
listByResourceGroupAsync
(String resourceGroupName, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>
listByResourceGroupAsync
(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>>
listByResourceGroupAsync
(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic>
listByResourceGroupNext
(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>
listByResourceGroupNextAsync
(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>>
listByResourceGroupNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>>
listByResourceGroupNextWithServiceResponseAsync
(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>>
listByResourceGroupWithServiceResponseAsync
(String resourceGroupName) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>>
listByResourceGroupWithServiceResponseAsync
(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic>
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>
listNextAsync
(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>>
listNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>>
listNextWithServiceResponseAsync
(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>>
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>>
listWithServiceResponseAsync
(String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.update
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<DataLakeAnalyticsAccount>
updateAsync
(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<DataLakeAnalyticsAccount>
updateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
updateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
updateAsync
(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
updateWithServiceResponseAsync
(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
updateWithServiceResponseAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
-
Method Details
-
list
com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic> list()Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Returns:
- the PagedList<DataLakeAnalyticsAccountBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listAsync
com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> listAsync(com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>> listAsync()Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>> listWithServiceResponseAsync()Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
list
com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic> list(String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
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.- Returns:
- the PagedList<DataLakeAnalyticsAccountBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listAsync
com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> listAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>> listAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
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.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>> listWithServiceResponseAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
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.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroup
com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic> listByResourceGroup(String resourceGroupName) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.- Returns:
- the PagedList<DataLakeAnalyticsAccountBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listByResourceGroupAsync
com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> listByResourceGroupAsync(String resourceGroupName, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroupAsync
rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>> listByResourceGroupAsync(String resourceGroupName) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroupWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>> listByResourceGroupWithServiceResponseAsync(String resourceGroupName) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroup
com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic> listByResourceGroup(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.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.- Returns:
- the PagedList<DataLakeAnalyticsAccountBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listByResourceGroupAsync
com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroupAsync
rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.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.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroupWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>> listByResourceGroupWithServiceResponseAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
resourceGroupName
- The name of the Azure resource group.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.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
create
DataLakeAnalyticsAccount create(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.- Returns:
- the DataLakeAnalyticsAccount object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
createAsync
com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount> createAsync(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
createAsync
rx.Observable<DataLakeAnalyticsAccount> createAsync(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
createWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>> createWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginCreate
DataLakeAnalyticsAccount beginCreate(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.- Returns:
- the DataLakeAnalyticsAccount object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginCreateAsync
com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount> beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginCreateAsync
rx.Observable<DataLakeAnalyticsAccount> beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginCreateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>> beginCreateWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to create a new Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
get
Gets details of the specified Data Lake Analytics account.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the DataLakeAnalyticsAccount object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
getAsync
com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount> getAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Gets details of the specified Data Lake Analytics account.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getAsync
Gets details of the specified Data Lake Analytics account.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>> getWithServiceResponseAsync(String resourceGroupName, String accountName) Gets details of the specified Data Lake Analytics account.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
update
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the DataLakeAnalyticsAccount object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
updateAsync
com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount> updateAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateAsync
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>> updateWithServiceResponseAsync(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
update
DataLakeAnalyticsAccount update(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.- Returns:
- the DataLakeAnalyticsAccount object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
updateAsync
com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount> updateAsync(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateAsync
rx.Observable<DataLakeAnalyticsAccount> updateAsync(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdate
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the DataLakeAnalyticsAccount object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginUpdateAsync
com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount> beginUpdateAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateAsync
rx.Observable<DataLakeAnalyticsAccount> beginUpdateAsync(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>> beginUpdateWithServiceResponseAsync(String resourceGroupName, String accountName) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdate
DataLakeAnalyticsAccount beginUpdate(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.- Returns:
- the DataLakeAnalyticsAccount object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginUpdateAsync
com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount> beginUpdateAsync(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateAsync
rx.Observable<DataLakeAnalyticsAccount> beginUpdateAsync(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>> beginUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.parameters
- Parameters supplied to the update Data Lake Analytics account operation.- Returns:
- the observable to the DataLakeAnalyticsAccount object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
delete
Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
deleteAsync
com.microsoft.rest.ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
deleteAsync
Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
deleteWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName) Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginDelete
Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginDeleteAsync
com.microsoft.rest.ServiceFuture<Void> beginDeleteAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginDeleteAsync
Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginDeleteWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> beginDeleteWithServiceResponseAsync(String resourceGroupName, String accountName) Begins the delete process for the Data Lake Analytics account object specified by the account name.- Parameters:
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
checkNameAvailability
Checks whether the specified account name is available or taken.- Parameters:
location
- The resource location without whitespace.name
- The Data Lake Analytics name to check availability for.- Returns:
- the NameAvailabilityInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
checkNameAvailabilityAsync
com.microsoft.rest.ServiceFuture<NameAvailabilityInformation> checkNameAvailabilityAsync(String location, String name, com.microsoft.rest.ServiceCallback<NameAvailabilityInformation> serviceCallback) Checks whether the specified account name is available or taken.- Parameters:
location
- The resource location without whitespace.name
- The Data Lake Analytics name to check availability for.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
checkNameAvailabilityAsync
Checks whether the specified account name is available or taken.- Parameters:
location
- The resource location without whitespace.name
- The Data Lake Analytics name to check availability for.- Returns:
- the observable to the NameAvailabilityInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
checkNameAvailabilityWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<NameAvailabilityInformation>> checkNameAvailabilityWithServiceResponseAsync(String location, String name) Checks whether the specified account name is available or taken.- Parameters:
location
- The resource location without whitespace.name
- The Data Lake Analytics name to check availability for.- Returns:
- the observable to the NameAvailabilityInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNext
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the PagedList<DataLakeAnalyticsAccountBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listNextAsync
com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNextAsync
rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>> listNextAsync(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNextWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>> listNextWithServiceResponseAsync(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroupNext
com.microsoft.azure.PagedList<DataLakeAnalyticsAccountBasic> listByResourceGroupNext(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the PagedList<DataLakeAnalyticsAccountBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listByResourceGroupNextAsync
com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> listByResourceGroupNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeAnalyticsAccountBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroupNextAsync
rx.Observable<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>> listByResourceGroupNextAsync(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listByResourceGroupNextWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeAnalyticsAccountBasic>>> listByResourceGroupNextWithServiceResponseAsync(String nextPageLink) Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<DataLakeAnalyticsAccountBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-