Uses of Class
com.azure.resourcemanager.appcontainers.models.ManagedServiceIdentity
-
Packages that use ManagedServiceIdentity Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentity
ContainerAppInner. 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.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type ManagedServiceIdentity Modifier and Type Method Description ContainerAppInner
ContainerAppInner. 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. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentity
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.ManagedServiceIdentity
ManagedServiceIdentity. withType(ManagedServiceIdentityType type)
Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).ManagedServiceIdentity
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 ManagedServiceIdentity Modifier and Type Method Description ContainerApp.DefinitionStages.WithCreate
ContainerApp.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.Update
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..
-