Uses of Class
com.azure.resourcemanager.appcontainers.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionContainerAppInner.identity()
Get the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.JobInner.identity()
Get the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.ManagedEnvironmentInner.identity()
Get the identity property: Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.SessionPoolInner.identity()
Get the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionContainerAppInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.JobInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.ManagedEnvironmentInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.SessionPoolInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentity
ManagedServiceIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.ContainerApp.identity()
Gets the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.Job.identity()
Gets the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.JobPatchProperties.identity()
Get the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.ManagedEnvironment.identity()
Gets the identity property: Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.SessionPool.identity()
Gets the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code.SessionPoolUpdatableProperties.identity()
Get the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code.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.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionContainerApp.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code..ContainerApp.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code..Job.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code..Job.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code..JobPatchProperties.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.ManagedEnvironment.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code..ManagedEnvironment.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code..SessionPool.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code..SessionPool.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code..SessionPoolUpdatableProperties.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code.