DataLakeAnalyticsComputePolicyCreateOrUpdateContent 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 create a new compute policy. Serialized Name: CreateOrUpdateComputePolicyParameters
public class DataLakeAnalyticsComputePolicyCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsComputePolicyCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsComputePolicyCreateOrUpdateContent>
public class DataLakeAnalyticsComputePolicyCreateOrUpdateContent
type DataLakeAnalyticsComputePolicyCreateOrUpdateContent = class
interface IJsonModel<DataLakeAnalyticsComputePolicyCreateOrUpdateContent>
interface IPersistableModel<DataLakeAnalyticsComputePolicyCreateOrUpdateContent>
type DataLakeAnalyticsComputePolicyCreateOrUpdateContent = class
Public Class DataLakeAnalyticsComputePolicyCreateOrUpdateContent
Implements IJsonModel(Of DataLakeAnalyticsComputePolicyCreateOrUpdateContent), IPersistableModel(Of DataLakeAnalyticsComputePolicyCreateOrUpdateContent)
Public Class DataLakeAnalyticsComputePolicyCreateOrUpdateContent
- Inheritance
-
DataLakeAnalyticsComputePolicyCreateOrUpdateContent
- Implements
Constructors
DataLakeAnalyticsComputePolicyCreateOrUpdateContent(Guid, AadObjectIdentifierType) |
Initializes a new instance of DataLakeAnalyticsComputePolicyCreateOrUpdateContent. |
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: CreateOrUpdateComputePolicyParameters.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: CreateOrUpdateComputePolicyParameters.properties.minPriorityPerJob |
ObjectId |
The AAD object identifier for the entity to create a policy for. Serialized Name: CreateOrUpdateComputePolicyParameters.properties.objectId |
ObjectType |
The type of AAD object the object identifier refers to. Serialized Name: CreateOrUpdateComputePolicyParameters.properties.objectType |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataLakeAnalyticsComputePolicyCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataLakeAnalyticsComputePolicyCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataLakeAnalyticsComputePolicyCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataLakeAnalyticsComputePolicyCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataLakeAnalyticsComputePolicyCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET