Share via


DataLakeAnalyticsComputePolicyPatch Class

Definition

The parameters used to update a compute policy. Serialized Name: UpdateComputePolicyParameters

public class DataLakeAnalyticsComputePolicyPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsComputePolicyPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsComputePolicyPatch>
public class DataLakeAnalyticsComputePolicyPatch
type DataLakeAnalyticsComputePolicyPatch = class
    interface IJsonModel<DataLakeAnalyticsComputePolicyPatch>
    interface IPersistableModel<DataLakeAnalyticsComputePolicyPatch>
type DataLakeAnalyticsComputePolicyPatch = class
Public Class DataLakeAnalyticsComputePolicyPatch
Implements IJsonModel(Of DataLakeAnalyticsComputePolicyPatch), IPersistableModel(Of DataLakeAnalyticsComputePolicyPatch)
Public Class DataLakeAnalyticsComputePolicyPatch
Inheritance
DataLakeAnalyticsComputePolicyPatch
Implements

Constructors

Name Description
DataLakeAnalyticsComputePolicyPatch()

Initializes a new instance of DataLakeAnalyticsComputePolicyPatch.

Properties

Name Description
MaxDegreeOfParallelismPerJob

The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. Serialized Name: UpdateComputePolicyParameters.properties.maxDegreeOfParallelismPerJob

MinPriorityPerJob

The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. Serialized Name: UpdateComputePolicyParameters.properties.minPriorityPerJob

ObjectId

The AAD object identifier for the entity to create a policy for. Serialized Name: UpdateComputePolicyParameters.properties.objectId

ObjectType

The type of AAD object the object identifier refers to. Serialized Name: UpdateComputePolicyParameters.properties.objectType

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataLakeAnalyticsComputePolicyPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataLakeAnalyticsComputePolicyPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeAnalyticsComputePolicyPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeAnalyticsComputePolicyPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataLakeAnalyticsComputePolicyPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to