These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.datalakeanalytics.getComputePolicy
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the specified Data Lake Analytics compute policy. API Version: 2016-11-01.
Using getComputePolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComputePolicy(args: GetComputePolicyArgs, opts?: InvokeOptions): Promise<GetComputePolicyResult>
function getComputePolicyOutput(args: GetComputePolicyOutputArgs, opts?: InvokeOptions): Output<GetComputePolicyResult>def get_compute_policy(account_name: Optional[str] = None,
                       compute_policy_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetComputePolicyResult
def get_compute_policy_output(account_name: Optional[pulumi.Input[str]] = None,
                       compute_policy_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetComputePolicyResult]func LookupComputePolicy(ctx *Context, args *LookupComputePolicyArgs, opts ...InvokeOption) (*LookupComputePolicyResult, error)
func LookupComputePolicyOutput(ctx *Context, args *LookupComputePolicyOutputArgs, opts ...InvokeOption) LookupComputePolicyResultOutput> Note: This function is named LookupComputePolicy in the Go SDK.
public static class GetComputePolicy 
{
    public static Task<GetComputePolicyResult> InvokeAsync(GetComputePolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetComputePolicyResult> Invoke(GetComputePolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetComputePolicyResult> getComputePolicy(GetComputePolicyArgs args, InvokeOptions options)
public static Output<GetComputePolicyResult> getComputePolicy(GetComputePolicyArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:datalakeanalytics:getComputePolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The name of the Data Lake Analytics account.
- ComputePolicy stringName 
- The name of the compute policy to retrieve.
- ResourceGroup stringName 
- The name of the Azure resource group.
- AccountName string
- The name of the Data Lake Analytics account.
- ComputePolicy stringName 
- The name of the compute policy to retrieve.
- ResourceGroup stringName 
- The name of the Azure resource group.
- accountName String
- The name of the Data Lake Analytics account.
- computePolicy StringName 
- The name of the compute policy to retrieve.
- resourceGroup StringName 
- The name of the Azure resource group.
- accountName string
- The name of the Data Lake Analytics account.
- computePolicy stringName 
- The name of the compute policy to retrieve.
- resourceGroup stringName 
- The name of the Azure resource group.
- account_name str
- The name of the Data Lake Analytics account.
- compute_policy_ strname 
- The name of the compute policy to retrieve.
- resource_group_ strname 
- The name of the Azure resource group.
- accountName String
- The name of the Data Lake Analytics account.
- computePolicy StringName 
- The name of the compute policy to retrieve.
- resourceGroup StringName 
- The name of the Azure resource group.
getComputePolicy Result
The following output properties are available:
- Id string
- The resource identifier.
- MaxDegree intOf Parallelism Per Job 
- The maximum degree of parallelism per job this user can use to submit jobs.
- MinPriority intPer Job 
- The minimum priority per job this user can use to submit jobs.
- Name string
- The resource name.
- ObjectId string
- The AAD object identifier for the entity to create a policy for.
- ObjectType string
- The type of AAD object the object identifier refers to.
- Type string
- The resource type.
- Id string
- The resource identifier.
- MaxDegree intOf Parallelism Per Job 
- The maximum degree of parallelism per job this user can use to submit jobs.
- MinPriority intPer Job 
- The minimum priority per job this user can use to submit jobs.
- Name string
- The resource name.
- ObjectId string
- The AAD object identifier for the entity to create a policy for.
- ObjectType string
- The type of AAD object the object identifier refers to.
- Type string
- The resource type.
- id String
- The resource identifier.
- maxDegree IntegerOf Parallelism Per Job 
- The maximum degree of parallelism per job this user can use to submit jobs.
- minPriority IntegerPer Job 
- The minimum priority per job this user can use to submit jobs.
- name String
- The resource name.
- objectId String
- The AAD object identifier for the entity to create a policy for.
- objectType String
- The type of AAD object the object identifier refers to.
- type String
- The resource type.
- id string
- The resource identifier.
- maxDegree numberOf Parallelism Per Job 
- The maximum degree of parallelism per job this user can use to submit jobs.
- minPriority numberPer Job 
- The minimum priority per job this user can use to submit jobs.
- name string
- The resource name.
- objectId string
- The AAD object identifier for the entity to create a policy for.
- objectType string
- The type of AAD object the object identifier refers to.
- type string
- The resource type.
- id str
- The resource identifier.
- max_degree_ intof_ parallelism_ per_ job 
- The maximum degree of parallelism per job this user can use to submit jobs.
- min_priority_ intper_ job 
- The minimum priority per job this user can use to submit jobs.
- name str
- The resource name.
- object_id str
- The AAD object identifier for the entity to create a policy for.
- object_type str
- The type of AAD object the object identifier refers to.
- type str
- The resource type.
- id String
- The resource identifier.
- maxDegree NumberOf Parallelism Per Job 
- The maximum degree of parallelism per job this user can use to submit jobs.
- minPriority NumberPer Job 
- The minimum priority per job this user can use to submit jobs.
- name String
- The resource name.
- objectId String
- The AAD object identifier for the entity to create a policy for.
- objectType String
- The type of AAD object the object identifier refers to.
- type String
- The resource type.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi