Uses of Interface
com.azure.resourcemanager.apimanagement.models.GroupContract
Packages that use GroupContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GroupContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GroupContractModifier and TypeMethodDescriptionGroupContract.Update.apply()Executes the update request.GroupContract.Update.apply(com.azure.core.util.Context context) Executes the update request.GroupContract.DefinitionStages.WithCreate.create()Executes the create request.GroupContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ProductGroups.createOrUpdate(String resourceGroupName, String serviceName, String productId, String groupId) Adds the association between the specified developer group with the specified product.WorkspaceGroups.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String groupId, GroupCreateParameters parameters) Creates or Updates a group.Gets the details of the group specified by its identifier.WorkspaceGroups.get(String resourceGroupName, String serviceName, String workspaceId, String groupId) Gets the details of the group specified by its identifier.Gets the details of the group specified by its identifier.GroupContract.refresh()Refreshes the resource to sync with Azure.GroupContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceGroups.update(String resourceGroupName, String serviceName, String workspaceId, String groupId, String ifMatch, GroupUpdateParameters parameters) Updates the details of the group specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GroupContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GroupContract> ProductGroups.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, String groupId, com.azure.core.util.Context context) Adds the association between the specified developer group with the specified product.com.azure.core.http.rest.Response<GroupContract> WorkspaceGroups.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String groupId, GroupCreateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a group.com.azure.core.http.rest.Response<GroupContract> Groups.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the group specified by its identifier.com.azure.core.http.rest.Response<GroupContract> Groups.getWithResponse(String resourceGroupName, String serviceName, String groupId, com.azure.core.util.Context context) Gets the details of the group specified by its identifier.com.azure.core.http.rest.Response<GroupContract> WorkspaceGroups.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String groupId, com.azure.core.util.Context context) Gets the details of the group specified by its identifier.com.azure.core.http.rest.PagedIterable<GroupContract> Lists all user groups.com.azure.core.http.rest.PagedIterable<GroupContract> UserGroups.list(String resourceGroupName, String serviceName, String userId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all user groups.com.azure.core.http.rest.PagedIterable<GroupContract> ProductGroups.listByProduct(String resourceGroupName, String serviceName, String productId) Lists the collection of developer groups associated with the specified product.com.azure.core.http.rest.PagedIterable<GroupContract> ProductGroups.listByProduct(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists the collection of developer groups associated with the specified product.com.azure.core.http.rest.PagedIterable<GroupContract> Groups.listByService(String resourceGroupName, String serviceName) Lists a collection of groups defined within a service instance.com.azure.core.http.rest.PagedIterable<GroupContract> Groups.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of groups defined within a service instance.com.azure.core.http.rest.PagedIterable<GroupContract> WorkspaceGroups.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of groups defined within a workspace in a service instance.com.azure.core.http.rest.PagedIterable<GroupContract> WorkspaceGroups.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of groups defined within a workspace in a service instance.com.azure.core.http.rest.Response<GroupContract> WorkspaceGroups.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String groupId, String ifMatch, GroupUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the group specified by its identifier.