Uses of Class
com.azure.resourcemanager.redis.models.ManagedServiceIdentity
-
Packages that use ManagedServiceIdentity Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityRedisResourceInner. identity()Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type ManagedServiceIdentity Modifier and Type Method Description RedisResourceInnerRedisResourceInner. 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityRedisCreateParameters. identity()Get the identity property: The identity of the resource.ManagedServiceIdentityRedisUpdateParameters. identity()Get the identity property: The identity of the resource.ManagedServiceIdentityManagedServiceIdentity. withType(ManagedServiceIdentityType type)Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).ManagedServiceIdentityManagedServiceIdentity. 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 ManagedServiceIdentity Modifier and Type Method Description RedisCreateParametersRedisCreateParameters. withIdentity(ManagedServiceIdentity identity)Set the identity property: The identity of the resource.RedisUpdateParametersRedisUpdateParameters. withIdentity(ManagedServiceIdentity identity)Set the identity property: The identity of the resource.
-