Uses of Class
com.azure.resourcemanager.apimanagement.models.GroupCreateParameters
Packages that use GroupCreateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GroupCreateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type GroupCreateParametersModifier and TypeMethodDescriptionGroupsClient.createOrUpdate(String resourceGroupName, String serviceName, String groupId, GroupCreateParameters parameters) Creates or Updates a group.WorkspaceGroupsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String groupId, GroupCreateParameters parameters) Creates or Updates a group.GroupsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String groupId, GroupCreateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a group.WorkspaceGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String groupId, GroupCreateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a group. -
Uses of GroupCreateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GroupCreateParametersModifier and TypeMethodDescriptionstatic GroupCreateParametersGroupCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GroupCreateParameters from the JsonReader.GroupCreateParameters.withDescription(String description) Set the description property: Group description.GroupCreateParameters.withDisplayName(String displayName) Set the displayName property: Group name.GroupCreateParameters.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 GroupCreateParametersModifier and TypeMethodDescriptionWorkspaceGroups.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String groupId, GroupCreateParameters parameters) Creates or Updates a group.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.