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