GetComputePolicyResult

data class GetComputePolicyResult(val azureApiVersion: String, val id: String, val maxDegreeOfParallelismPerJob: Int, val minPriorityPerJob: Int, val name: String, val objectId: String, val objectType: String, val type: String)

Data Lake Analytics compute policy information.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, maxDegreeOfParallelismPerJob: Int, minPriorityPerJob: Int, name: String, objectId: String, objectType: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The maximum degree of parallelism per job this user can use to submit jobs.

Link copied to clipboard

The minimum priority per job this user can use to submit jobs.

Link copied to clipboard

The resource name.

Link copied to clipboard

The AAD object identifier for the entity to create a policy for.

Link copied to clipboard

The type of AAD object the object identifier refers to.

Link copied to clipboard

The resource type.