Uses of Class
com.azure.resourcemanager.appcontainers.models.UserAssignedIdentity
Packages that use UserAssignedIdentity
Package
Description
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 UserAssignedIdentityModifier and TypeMethodDescriptionstatic UserAssignedIdentityUserAssignedIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserAssignedIdentity from the JsonReader.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type UserAssignedIdentityModifier and TypeMethodDescriptionManagedServiceIdentity.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 UserAssignedIdentityModifier and TypeMethodDescriptionManagedServiceIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.