Uses of Interface
com.azure.resourcemanager.apimanagement.models.UserContract
Packages that use UserContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of UserContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserContractModifier and TypeMethodDescriptionUserContract.Update.apply()Executes the update request.UserContract.Update.apply(com.azure.core.util.Context context) Executes the update request.Add existing user to existing group.UserContract.DefinitionStages.WithCreate.create()Executes the create request.UserContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceGroupUsers.create(String resourceGroupName, String serviceName, String workspaceId, String groupId, String userId) Add existing user to existing group.Gets the details of the user specified by its identifier.Gets the details of the user specified by its identifier.UserContract.refresh()Refreshes the resource to sync with Azure.UserContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type UserContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<UserContract> GroupUsers.createWithResponse(String resourceGroupName, String serviceName, String groupId, String userId, com.azure.core.util.Context context) Add existing user to existing group.com.azure.core.http.rest.Response<UserContract> WorkspaceGroupUsers.createWithResponse(String resourceGroupName, String serviceName, String workspaceId, String groupId, String userId, com.azure.core.util.Context context) Add existing user to existing group.com.azure.core.http.rest.Response<UserContract> Users.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the user specified by its identifier.com.azure.core.http.rest.Response<UserContract> Users.getWithResponse(String resourceGroupName, String serviceName, String userId, com.azure.core.util.Context context) Gets the details of the user specified by its identifier.com.azure.core.http.rest.PagedIterable<UserContract> Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContract> GroupUsers.list(String resourceGroupName, String serviceName, String groupId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContract> WorkspaceGroupUsers.list(String resourceGroupName, String serviceName, String workspaceId, String groupId) Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContract> WorkspaceGroupUsers.list(String resourceGroupName, String serviceName, String workspaceId, String groupId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContract> Users.listByService(String resourceGroupName, String serviceName) Lists a collection of registered users in the specified service instance.com.azure.core.http.rest.PagedIterable<UserContract> Users.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean expandGroups, com.azure.core.util.Context context) Lists a collection of registered users in the specified service instance.