Uses of Class
com.azure.resourcemanager.redis.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionRedisResourceInner.identity()
Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionRedisResourceInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The identity of the resource. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentity
ManagedServiceIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.RedisCreateParameters.identity()
Get the identity property: The identity of the resource.RedisUpdateParameters.identity()
Get the identity property: The identity of the resource.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.redis.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionRedisCreateParameters.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The identity of the resource.RedisUpdateParameters.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The identity of the resource.