Accounts Interface
public interface Accounts
Resource collection API of Accounts.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Name |
checkNameAvailability(String location, CheckNameAvailabilityParameters parameters)
Checks whether the specified account name is available or taken. |
|
abstract
Response<Name |
checkNameAvailabilityWithResponse(String location, CheckNameAvailabilityParameters parameters, Context context)
Checks whether the specified account name is available or taken. |
| abstract Blank |
define(String name)
Begins definition for a new Data |
| abstract void |
delete(String resourceGroupName, String accountName, Context context)
Begins the delete process for the Data Lake Analytics account object specified by the account name. |
| abstract void |
deleteById(String id)
Begins the delete process for the Data Lake Analytics account object specified by the account name. |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Begins the delete process for the Data Lake Analytics account object specified by the account name. |
| abstract void |
deleteByResourceGroup(String resourceGroupName, String accountName)
Begins the delete process for the Data Lake Analytics account object specified by the account name. |
|
abstract
Data |
getById(String id)
Gets details of the specified Data Lake Analytics account. |
|
abstract
Response<Data |
getByIdWithResponse(String id, Context context)
Gets details of the specified Data Lake Analytics account. |
|
abstract
Data |
getByResourceGroup(String resourceGroupName, String accountName)
Gets details of the specified Data Lake Analytics account. |
|
abstract
Response<Data |
getByResourceGroupWithResponse(String resourceGroupName, String accountName, Context context)
Gets details of the specified Data Lake Analytics account. |
|
abstract
Paged |
list()
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. |
|
abstract
Paged |
list(String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Context context)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Context context)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. |
Method Details
checkNameAvailability
public abstract NameAvailabilityInformation checkNameAvailability(String location, CheckNameAvailabilityParameters parameters)
Checks whether the specified account name is available or taken.
Parameters:
Returns:
checkNameAvailabilityWithResponse
public abstract Response<NameAvailabilityInformation> checkNameAvailabilityWithResponse(String location, CheckNameAvailabilityParameters parameters, Context context)
Checks whether the specified account name is available or taken.
Parameters:
Returns:
define
public abstract DataLakeAnalyticsAccount.DefinitionStages.Blank define(String name)
Begins definition for a new DataLakeAnalyticsAccount resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, Context context)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
Parameters:
deleteById
public abstract void deleteById(String id)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String accountName)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
Parameters:
getById
public abstract DataLakeAnalyticsAccount getById(String id)
Gets details of the specified Data Lake Analytics account.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<DataLakeAnalyticsAccount> getByIdWithResponse(String id, Context context)
Gets details of the specified Data Lake Analytics account.
Parameters:
Returns:
getByResourceGroup
public abstract DataLakeAnalyticsAccount getByResourceGroup(String resourceGroupName, String accountName)
Gets details of the specified Data Lake Analytics account.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DataLakeAnalyticsAccount> getByResourceGroupWithResponse(String resourceGroupName, String accountName, Context context)
Gets details of the specified Data Lake Analytics account.
Parameters:
Returns:
list
public abstract PagedIterable<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:
list
public abstract PagedIterable<DataLakeAnalyticsAccountBasic> list(String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Context context)
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:
Returns:
listByResourceGroup
public abstract PagedIterable<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:
Returns:
listByResourceGroup
public abstract PagedIterable<DataLakeAnalyticsAccountBasic> listByResourceGroup(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Context context)
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:
Returns: