Uses of Class
com.azure.resourcemanager.machinelearning.models.IdentityConfiguration
-
Packages that use IdentityConfiguration Package Description com.azure.resourcemanager.machinelearning.models Package containing the data models for AzureMachineLearningWorkspaces. -
-
Uses of IdentityConfiguration in com.azure.resourcemanager.machinelearning.models
Subclasses of IdentityConfiguration in com.azure.resourcemanager.machinelearning.models Modifier and Type Class Description class
AmlToken
AML Token identity configuration.class
ManagedIdentity
Managed identity configuration.class
UserIdentity
User identity configuration.Methods in com.azure.resourcemanager.machinelearning.models that return IdentityConfiguration Modifier and Type Method Description IdentityConfiguration
JobBaseDetails. identity()
Get the identity property: Identity configuration.Methods in com.azure.resourcemanager.machinelearning.models with parameters of type IdentityConfiguration Modifier and Type Method Description AutoMLJob
AutoMLJob. withIdentity(IdentityConfiguration identity)
Set the identity property: Identity configuration.CommandJob
CommandJob. withIdentity(IdentityConfiguration identity)
Set the identity property: Identity configuration.JobBaseDetails
JobBaseDetails. withIdentity(IdentityConfiguration identity)
Set the identity property: Identity configuration.PipelineJob
PipelineJob. withIdentity(IdentityConfiguration identity)
Set the identity property: Identity configuration.SweepJob
SweepJob. withIdentity(IdentityConfiguration identity)
Set the identity property: Identity configuration.
-