Uses of Class
com.azure.resourcemanager.apimanagement.models.GroupUpdateParameters
Packages that use GroupUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GroupUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type GroupUpdateParametersModifier and TypeMethodDescriptionGroupsClient.update(String resourceGroupName, String serviceName, String groupId, String ifMatch, GroupUpdateParameters parameters) Updates the details of the group specified by its identifier.WorkspaceGroupsClient.update(String resourceGroupName, String serviceName, String workspaceId, String groupId, String ifMatch, GroupUpdateParameters parameters) Updates the details of the group specified by its identifier.GroupsClient.updateWithResponse(String resourceGroupName, String serviceName, String groupId, String ifMatch, GroupUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the group specified by its identifier.WorkspaceGroupsClient.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. -
Uses of GroupUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GroupUpdateParametersModifier and TypeMethodDescriptionstatic GroupUpdateParametersGroupUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GroupUpdateParameters from the JsonReader.GroupUpdateParameters.withDescription(String description) Set the description property: Group description.GroupUpdateParameters.withDisplayName(String displayName) Set the displayName property: Group name.GroupUpdateParameters.withExternalId(String externalId) Set the externalId property: Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.Set the type property: Group type.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type GroupUpdateParametersModifier and TypeMethodDescriptionWorkspaceGroups.update(String resourceGroupName, String serviceName, String workspaceId, String groupId, String ifMatch, GroupUpdateParameters parameters) Updates the details of the group specified by its identifier.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.