Uses of Class
com.azure.resourcemanager.authorization.fluent.models.GroupsGetByIdsRequestBody
-
Packages that use GroupsGetByIdsRequestBody Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of GroupsGetByIdsRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type GroupsGetByIdsRequestBody Modifier and Type Method Description List<MicrosoftGraphDirectoryObjectInner>GroupsClient. getByIds(GroupsGetByIdsRequestBody body)Invoke action getByIds.Mono<List<MicrosoftGraphDirectoryObjectInner>>GroupsClient. getByIdsAsync(GroupsGetByIdsRequestBody body)Invoke action getByIds.com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>GroupsClient. getByIdsWithResponse(GroupsGetByIdsRequestBody body, com.azure.core.util.Context context)Invoke action getByIds.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>>GroupsClient. getByIdsWithResponseAsync(GroupsGetByIdsRequestBody body)Invoke action getByIds. -
Uses of GroupsGetByIdsRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return GroupsGetByIdsRequestBody Modifier and Type Method Description GroupsGetByIdsRequestBodyGroupsGetByIdsRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.GroupsGetByIdsRequestBodyGroupsGetByIdsRequestBody. withIds(List<String> ids)Set the ids property: The ids property.GroupsGetByIdsRequestBodyGroupsGetByIdsRequestBody. withTypes(List<String> types)Set the types property: The types property.
-