Uses of Class
com.azure.resourcemanager.appcontainers.models.UserAssignedIdentity
-
Packages that use UserAssignedIdentity Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of UserAssignedIdentity in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type UserAssignedIdentity Modifier and Type Method Description Map<String,UserAssignedIdentity>
ManagedServiceIdentity. userAssignedIdentities()
Get the userAssignedIdentities property: The set of user assigned identities associated with the resource.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type UserAssignedIdentity Modifier and Type Method Description ManagedServiceIdentity
ManagedServiceIdentity. withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)
Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.
-