AccountsClient Interface
public interface AccountsClient
An instance of this class provides access to all the operations defined in AccountsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller<PollResult<DataLakeAnalyticsAccountInner>,DataLakeAnalyticsAccountInner> 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:
Returns:
beginCreate
public abstract SyncPoller<PollResult<DataLakeAnalyticsAccountInner>,DataLakeAnalyticsAccountInner> beginCreate(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, Context context)
Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, Context context)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<DataLakeAnalyticsAccountInner>,DataLakeAnalyticsAccountInner> beginUpdate(String resourceGroupName, String accountName)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<DataLakeAnalyticsAccountInner>,DataLakeAnalyticsAccountInner> beginUpdate(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, Context context)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
Parameters:
Returns:
checkNameAvailability
public abstract NameAvailabilityInformationInner checkNameAvailability(String location, CheckNameAvailabilityParameters parameters)
Checks whether the specified account name is available or taken.
Parameters:
Returns:
checkNameAvailabilityWithResponse
public abstract Response<NameAvailabilityInformationInner> checkNameAvailabilityWithResponse(String location, CheckNameAvailabilityParameters parameters, Context context)
Checks whether the specified account name is available or taken.
Parameters:
Returns:
create
public abstract DataLakeAnalyticsAccountInner 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:
Returns:
create
public abstract DataLakeAnalyticsAccountInner create(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, Context context)
Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
Parameters:
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:
getByResourceGroup
public abstract DataLakeAnalyticsAccountInner getByResourceGroup(String resourceGroupName, String accountName)
Gets details of the specified Data Lake Analytics account.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DataLakeAnalyticsAccountInner> getByResourceGroupWithResponse(String resourceGroupName, String accountName, Context context)
Gets details of the specified Data Lake Analytics account.
Parameters:
Returns:
list
public abstract PagedIterable<DataLakeAnalyticsAccountBasicInner> 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<DataLakeAnalyticsAccountBasicInner> 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<DataLakeAnalyticsAccountBasicInner> 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<DataLakeAnalyticsAccountBasicInner> 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:
update
public abstract DataLakeAnalyticsAccountInner update(String resourceGroupName, String accountName)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
Parameters:
Returns:
update
public abstract DataLakeAnalyticsAccountInner update(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, Context context)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
Parameters:
Returns: