Uses of Class
com.azure.resourcemanager.authorization.fluent.models.GroupsCheckMemberObjectsRequestBody
-
Packages that use GroupsCheckMemberObjectsRequestBody 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 GroupsCheckMemberObjectsRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type GroupsCheckMemberObjectsRequestBody Modifier and Type Method Description List<String>
GroupsClient. checkMemberObjects(String groupId, GroupsCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.Mono<List<String>>
GroupsClient. checkMemberObjectsAsync(String groupId, GroupsCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.com.azure.core.http.rest.Response<List<String>>
GroupsClient. checkMemberObjectsWithResponse(String groupId, GroupsCheckMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberObjects.Mono<com.azure.core.http.rest.Response<List<String>>>
GroupsClient. checkMemberObjectsWithResponseAsync(String groupId, GroupsCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects. -
Uses of GroupsCheckMemberObjectsRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return GroupsCheckMemberObjectsRequestBody Modifier and Type Method Description GroupsCheckMemberObjectsRequestBody
GroupsCheckMemberObjectsRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.GroupsCheckMemberObjectsRequestBody
GroupsCheckMemberObjectsRequestBody. withIds(List<String> ids)
Set the ids property: The ids property.
-