ComputePolicyForDataLakeAnalyticsAccountUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters used to update a compute policy while updating a Data Lake Analytics account. Serialized Name: UpdateComputePolicyWithAccountParameters
public class ComputePolicyForDataLakeAnalyticsAccountUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeAnalytics.Models.ComputePolicyForDataLakeAnalyticsAccountUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeAnalytics.Models.ComputePolicyForDataLakeAnalyticsAccountUpdateContent>
public class ComputePolicyForDataLakeAnalyticsAccountUpdateContent
type ComputePolicyForDataLakeAnalyticsAccountUpdateContent = class
interface IJsonModel<ComputePolicyForDataLakeAnalyticsAccountUpdateContent>
interface IPersistableModel<ComputePolicyForDataLakeAnalyticsAccountUpdateContent>
type ComputePolicyForDataLakeAnalyticsAccountUpdateContent = class
Public Class ComputePolicyForDataLakeAnalyticsAccountUpdateContent
Implements IJsonModel(Of ComputePolicyForDataLakeAnalyticsAccountUpdateContent), IPersistableModel(Of ComputePolicyForDataLakeAnalyticsAccountUpdateContent)
Public Class ComputePolicyForDataLakeAnalyticsAccountUpdateContent
- Inheritance
-
ComputePolicyForDataLakeAnalyticsAccountUpdateContent
- Implements
Constructors
ComputePolicyForDataLakeAnalyticsAccountUpdateContent(String) |
Initializes a new instance of ComputePolicyForDataLakeAnalyticsAccountUpdateContent. |
Properties
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: UpdateComputePolicyWithAccountParameters.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: UpdateComputePolicyWithAccountParameters.properties.minPriorityPerJob |
Name |
The unique name of the compute policy to update. Serialized Name: UpdateComputePolicyWithAccountParameters.name |
ObjectId |
The AAD object identifier for the entity to create a policy for. Serialized Name: UpdateComputePolicyWithAccountParameters.properties.objectId |
ObjectType |
The type of AAD object the object identifier refers to. Serialized Name: UpdateComputePolicyWithAccountParameters.properties.objectType |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ComputePolicyForDataLakeAnalyticsAccountUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ComputePolicyForDataLakeAnalyticsAccountUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ComputePolicyForDataLakeAnalyticsAccountUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ComputePolicyForDataLakeAnalyticsAccountUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ComputePolicyForDataLakeAnalyticsAccountUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |