Uses of Class
com.azure.resourcemanager.devcenter.models.ManagedServiceIdentity
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionDevCenterInner.identity()
Get the identity property: Managed identity properties.ProjectEnvironmentTypeInner.identity()
Get the identity property: Managed identity properties.Modifier and TypeMethodDescriptionDevCenterInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identity properties.ProjectEnvironmentTypeInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identity properties. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionDevCenter.identity()
Gets the identity property: Managed identity properties.DevCenterUpdate.identity()
Get the identity property: Managed identity properties.ProjectEnvironmentType.identity()
Gets the identity property: Managed identity properties.ProjectEnvironmentTypeUpdate.identity()
Get the identity property: Managed identity properties.ManagedServiceIdentity.withType
(ManagedServiceIdentityType type) Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).ManagedServiceIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.Modifier and TypeMethodDescriptionDevCenter.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identity properties.DevCenter.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identity properties.DevCenterUpdate.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identity properties.ProjectEnvironmentType.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identity properties.ProjectEnvironmentType.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identity properties.ProjectEnvironmentTypeUpdate.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identity properties.