ComputePolicies Interface
public interface ComputePolicies
Resource collection API of ComputePolicies.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Compute |
| abstract void |
delete(String resourceGroupName, String accountName, String computePolicyName)
Deletes the specified compute policy from the specified Data Lake Analytics account. |
| abstract void |
deleteById(String id)
Deletes the specified compute policy from the specified Data Lake Analytics account. |
| abstract Response<Void> |
deleteByIdWithResponse(String id, Context context)
Deletes the specified compute policy from the specified Data Lake Analytics account. |
| abstract Response<Void> |
deleteWithResponse(String resourceGroupName, String accountName, String computePolicyName, Context context)
Deletes the specified compute policy from the specified Data Lake Analytics account. |
|
abstract
Compute |
get(String resourceGroupName, String accountName, String computePolicyName)
Gets the specified Data Lake Analytics compute policy. |
|
abstract
Compute |
getById(String id)
Gets the specified Data Lake Analytics compute policy. |
|
abstract
Response<Compute |
getByIdWithResponse(String id, Context context)
Gets the specified Data Lake Analytics compute policy. |
|
abstract
Response<Compute |
getWithResponse(String resourceGroupName, String accountName, String computePolicyName, Context context)
Gets the specified Data Lake Analytics compute policy. |
|
abstract
Paged |
listByAccount(String resourceGroupName, String accountName)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. |
|
abstract
Paged |
listByAccount(String resourceGroupName, String accountName, Context context)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. |
Method Details
define
public abstract ComputePolicy.DefinitionStages.Blank define(String name)
Begins definition for a new ComputePolicy resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String computePolicyName)
Deletes the specified compute policy from the specified Data Lake Analytics account.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes the specified compute policy from the specified Data Lake Analytics account.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes the specified compute policy from the specified Data Lake Analytics account.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String computePolicyName, Context context)
Deletes the specified compute policy from the specified Data Lake Analytics account.
Parameters:
Returns:
get
public abstract ComputePolicy get(String resourceGroupName, String accountName, String computePolicyName)
Gets the specified Data Lake Analytics compute policy.
Parameters:
Returns:
getById
public abstract ComputePolicy getById(String id)
Gets the specified Data Lake Analytics compute policy.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ComputePolicy> getByIdWithResponse(String id, Context context)
Gets the specified Data Lake Analytics compute policy.
Parameters:
Returns:
getWithResponse
public abstract Response<ComputePolicy> getWithResponse(String resourceGroupName, String accountName, String computePolicyName, Context context)
Gets the specified Data Lake Analytics compute policy.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<ComputePolicy> listByAccount(String resourceGroupName, String accountName)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<ComputePolicy> listByAccount(String resourceGroupName, String accountName, Context context)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.
Parameters:
Returns: