public interface Accounts
Modifier and Type | Method and Description |
---|---|
DataLakeStoreAccount |
beginCreate(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
rx.Observable<DataLakeStoreAccount> |
beginCreateAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
beginCreateAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<DataLakeStoreAccount>> |
beginCreateWithServiceResponseAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
void |
beginDelete(String resourceGroupName,
String accountName)
Deletes the specified Data Lake Store account.
|
rx.Observable<Void> |
beginDeleteAsync(String resourceGroupName,
String accountName)
Deletes the specified Data Lake Store account.
|
ServiceFuture<Void> |
beginDeleteAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Deletes the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Void>> |
beginDeleteWithServiceResponseAsync(String resourceGroupName,
String accountName)
Deletes the specified Data Lake Store account.
|
DataLakeStoreAccount |
beginUpdate(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
rx.Observable<DataLakeStoreAccount> |
beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
ServiceFuture<DataLakeStoreAccount> |
beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<ServiceResponse<DataLakeStoreAccount>> |
beginUpdateWithServiceResponseAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
NameAvailabilityInformation |
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.
|
ServiceFuture<NameAvailabilityInformation> |
checkNameAvailabilityAsync(String location,
String name,
ServiceCallback<NameAvailabilityInformation> serviceCallback)
Checks whether the specified account name is available or taken.
|
rx.Observable<ServiceResponse<NameAvailabilityInformation>> |
checkNameAvailabilityWithServiceResponseAsync(String location,
String name)
Checks whether the specified account name is available or taken.
|
DataLakeStoreAccount |
create(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
rx.Observable<DataLakeStoreAccount> |
createAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
createAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<DataLakeStoreAccount>> |
createWithServiceResponseAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
void |
delete(String resourceGroupName,
String accountName)
Deletes the specified Data Lake Store account.
|
rx.Observable<Void> |
deleteAsync(String resourceGroupName,
String accountName)
Deletes the specified Data Lake Store account.
|
ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Deletes the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Void>> |
deleteWithServiceResponseAsync(String resourceGroupName,
String accountName)
Deletes the specified Data Lake Store account.
|
void |
enableKeyVault(String resourceGroupName,
String accountName)
Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
|
rx.Observable<Void> |
enableKeyVaultAsync(String resourceGroupName,
String accountName)
Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
|
ServiceFuture<Void> |
enableKeyVaultAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Void>> |
enableKeyVaultWithServiceResponseAsync(String resourceGroupName,
String accountName)
Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
|
DataLakeStoreAccount |
get(String resourceGroupName,
String accountName)
Gets the specified Data Lake Store account.
|
rx.Observable<DataLakeStoreAccount> |
getAsync(String resourceGroupName,
String accountName)
Gets the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
getAsync(String resourceGroupName,
String accountName,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Gets the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<DataLakeStoreAccount>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName)
Gets the specified Data Lake Store account.
|
PagedList<DataLakeStoreAccountBasic> |
list()
Lists the Data Lake Store accounts within the subscription.
|
PagedList<DataLakeStoreAccountBasic> |
list(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
listAsync()
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
listAsync(ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
PagedList<DataLakeStoreAccountBasic> |
listByResourceGroup(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
listByResourceGroup(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
listByResourceGroupAsync(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
listByResourceGroupAsync(String resourceGroupName,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
listByResourceGroupNext(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
listByResourceGroupNextAsync(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
listByResourceGroupNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
listByResourceGroupNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
listByResourceGroupWithServiceResponseAsync(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
listByResourceGroupWithServiceResponseAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
listNext(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
listNextAsync(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
listNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
listNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
listWithServiceResponseAsync()
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
listWithServiceResponseAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
DataLakeStoreAccount |
update(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
rx.Observable<DataLakeStoreAccount> |
updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
ServiceFuture<DataLakeStoreAccount> |
updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<ServiceResponse<DataLakeStoreAccount>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
PagedList<DataLakeStoreAccountBasic> list()
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<DataLakeStoreAccountBasic>> listAsync(ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<DataLakeStoreAccountBasic>> listAsync()
IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> listWithServiceResponseAsync()
IllegalArgumentException
- thrown if parameters fail the validationPagedList<DataLakeStoreAccountBasic> list(String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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<DataLakeStoreAccountBasic>> listAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
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<DataLakeStoreAccountBasic>> listAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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<DataLakeStoreAccountBasic>>> listWithServiceResponseAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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 validationPagedList<DataLakeStoreAccountBasic> listByResourceGroup(String resourceGroupName)
resourceGroupName
- The name of the Azure resource group.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<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName, ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
resourceGroupName
- The name of the Azure resource group.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName)
resourceGroupName
- The name of the Azure resource group.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> listByResourceGroupWithServiceResponseAsync(String resourceGroupName)
resourceGroupName
- The name of the Azure resource group.IllegalArgumentException
- thrown if parameters fail the validationPagedList<DataLakeStoreAccountBasic> listByResourceGroup(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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
- A 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<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
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
- A 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<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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
- A 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<DataLakeStoreAccountBasic>>> listByResourceGroupWithServiceResponseAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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
- A 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 validationDataLakeStoreAccount create(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create 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<DataLakeStoreAccount> createAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, ServiceCallback<DataLakeStoreAccount> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create the Data Lake Store account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<DataLakeStoreAccount> createAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<DataLakeStoreAccount>> createWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationDataLakeStoreAccount beginCreate(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create 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<DataLakeStoreAccount> beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, ServiceCallback<DataLakeStoreAccount> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create the Data Lake Store account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<DataLakeStoreAccount> beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<DataLakeStoreAccount>> beginCreateWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to create the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationDataLakeStoreAccount get(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of 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<DataLakeStoreAccount> getAsync(String resourceGroupName, String accountName, ServiceCallback<DataLakeStoreAccount> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<DataLakeStoreAccount> getAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<DataLakeStoreAccount>> getWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationDataLakeStoreAccount update(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update 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<DataLakeStoreAccount> updateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, ServiceCallback<DataLakeStoreAccount> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update the Data Lake Store account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<DataLakeStoreAccount> updateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<DataLakeStoreAccount>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationDataLakeStoreAccount beginUpdate(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update 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<DataLakeStoreAccount> beginUpdateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, ServiceCallback<DataLakeStoreAccount> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update the Data Lake Store account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<DataLakeStoreAccount> beginUpdateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<DataLakeStoreAccount>> beginUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.parameters
- Parameters supplied to update the Data Lake Store account.IllegalArgumentException
- thrown if parameters fail the validationvoid delete(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of 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> deleteAsync(String resourceGroupName, String accountName, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of 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> deleteAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid beginDelete(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of 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> beginDeleteAsync(String resourceGroupName, String accountName, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of 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> beginDeleteAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> beginDeleteWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid enableKeyVault(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of 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> enableKeyVaultAsync(String resourceGroupName, String accountName, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of 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> enableKeyVaultAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> enableKeyVaultWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Store account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationNameAvailabilityInformation checkNameAvailability(String location, String name)
location
- The resource location without whitespace.name
- The Data Lake Store name to check availability for.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<NameAvailabilityInformation> checkNameAvailabilityAsync(String location, String name, ServiceCallback<NameAvailabilityInformation> serviceCallback)
location
- The resource location without whitespace.name
- The Data Lake Store name to check availability for.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<NameAvailabilityInformation> checkNameAvailabilityAsync(String location, String name)
location
- The resource location without whitespace.name
- The Data Lake Store name to check availability for.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<NameAvailabilityInformation>> checkNameAvailabilityWithServiceResponseAsync(String location, String name)
location
- The resource location without whitespace.name
- The Data Lake Store name to check availability for.IllegalArgumentException
- thrown if parameters fail the validationPagedList<DataLakeStoreAccountBasic> listNext(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<DataLakeStoreAccountBasic>> listNextAsync(String nextPageLink, ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture, ListOperationCallback<DataLakeStoreAccountBasic> 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<DataLakeStoreAccountBasic>> listNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> listNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<DataLakeStoreAccountBasic> listByResourceGroupNext(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<DataLakeStoreAccountBasic>> listByResourceGroupNextAsync(String nextPageLink, ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture, ListOperationCallback<DataLakeStoreAccountBasic> 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<DataLakeStoreAccountBasic>> listByResourceGroupNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> listByResourceGroupNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.