| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AADObjectType |
AADObjectType.GROUP
Static value Group for AADObjectType.
|
static AADObjectType |
AADObjectType.SERVICE_PRINCIPAL
Static value ServicePrincipal for AADObjectType.
|
static AADObjectType |
AADObjectType.USER
Static value User for AADObjectType.
|
| Modifier and Type | Method and Description |
|---|---|
static AADObjectType |
AADObjectType.fromString(String name)
Creates or finds a AADObjectType from its string representation.
|
AADObjectType |
UpdateComputePolicyWithAccountParameters.objectType()
Get the type of AAD object the object identifier refers to.
|
AADObjectType |
UpdateComputePolicyParameters.objectType()
Get the type of AAD object the object identifier refers to.
|
AADObjectType |
CreateOrUpdateComputePolicyParameters.objectType()
Get the type of AAD object the object identifier refers to.
|
AADObjectType |
CreateComputePolicyWithAccountParameters.objectType()
Get the type of AAD object the object identifier refers to.
|
AADObjectType |
ComputePolicy.objectType()
Get the type of AAD object the object identifier refers to.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AADObjectType> |
AADObjectType.values() |
| Modifier and Type | Method and Description |
|---|---|
UpdateComputePolicyWithAccountParameters |
UpdateComputePolicyWithAccountParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
UpdateComputePolicyParameters |
UpdateComputePolicyParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
CreateOrUpdateComputePolicyParameters |
CreateOrUpdateComputePolicyParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
CreateComputePolicyWithAccountParameters |
CreateComputePolicyWithAccountParameters.withObjectType(AADObjectType objectType)
Set the type of AAD object the object identifier refers to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/