get Compute Policy
Gets the specified Data Lake Analytics compute policy. Uses Azure REST API version 2019-11-01-preview.
Return
Data Lake Analytics compute policy information.
Parameters
argument
null
suspend fun getComputePolicy(accountName: String, computePolicyName: String, resourceGroupName: String): GetComputePolicyResult
Return
Data Lake Analytics compute policy information.
Parameters
account Name
The name of the Data Lake Analytics account.
compute Policy Name
The name of the compute policy to retrieve.
resource Group Name
The name of the Azure resource group.
See also
suspend fun getComputePolicy(argument: suspend GetComputePolicyPlainArgsBuilder.() -> Unit): GetComputePolicyResult
Return
Data Lake Analytics compute policy information.
Parameters
argument
Builder for com.pulumi.azurenative.datalakeanalytics.kotlin.inputs.GetComputePolicyPlainArgs.