Uses of Class
com.microsoft.azure.management.appservice.ManagedServiceIdentityUserAssignedIdentitiesValue
-
-
Uses of ManagedServiceIdentityUserAssignedIdentitiesValue in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return types with arguments of type ManagedServiceIdentityUserAssignedIdentitiesValue Modifier and Type Method Description Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue>ManagedServiceIdentity. userAssignedIdentities()Get the list of user assigned identities associated with the resource.Method parameters in com.microsoft.azure.management.appservice with type arguments of type ManagedServiceIdentityUserAssignedIdentitiesValue Modifier and Type Method Description ManagedServiceIdentityManagedServiceIdentity. withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities)Set the list of user assigned identities associated with the resource.
-