ComputePolicyForDataLakeAnalyticsAccountCreateOrUpdateContent Constructor
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.
Initializes a new instance of ComputePolicyForDataLakeAnalyticsAccountCreateOrUpdateContent.
public ComputePolicyForDataLakeAnalyticsAccountCreateOrUpdateContent (string name, Guid objectId, Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType objectType);
new Azure.ResourceManager.DataLakeAnalytics.Models.ComputePolicyForDataLakeAnalyticsAccountCreateOrUpdateContent : string * Guid * Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType -> Azure.ResourceManager.DataLakeAnalytics.Models.ComputePolicyForDataLakeAnalyticsAccountCreateOrUpdateContent
Public Sub New (name As String, objectId As Guid, objectType As AadObjectIdentifierType)
Parameters
- name
- String
The unique name of the compute policy to create. Serialized Name: CreateComputePolicyWithAccountParameters.name
- objectId
- Guid
The AAD object identifier for the entity to create a policy for. Serialized Name: CreateComputePolicyWithAccountParameters.properties.objectId
- objectType
- AadObjectIdentifierType
The type of AAD object the object identifier refers to. Serialized Name: CreateComputePolicyWithAccountParameters.properties.objectType
Exceptions
name
is null.
Applies to
Azure SDK for .NET