DataLakeAnalyticsComputePolicyCreateOrUpdateContent 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 DataLakeAnalyticsComputePolicyCreateOrUpdateContent.
public DataLakeAnalyticsComputePolicyCreateOrUpdateContent (Guid objectId, Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType objectType);
new Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsComputePolicyCreateOrUpdateContent : Guid * Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType -> Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsComputePolicyCreateOrUpdateContent
Public Sub New (objectId As Guid, objectType As AadObjectIdentifierType)
Parameters
- objectId
- Guid
The AAD object identifier for the entity to create a policy for. Serialized Name: CreateOrUpdateComputePolicyParameters.properties.objectId
- objectType
- AadObjectIdentifierType
The type of AAD object the object identifier refers to. Serialized Name: CreateOrUpdateComputePolicyParameters.properties.objectType
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET