Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ContactsCheckMemberGroupsRequestBody
-
Packages that use ContactsCheckMemberGroupsRequestBody 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 ContactsCheckMemberGroupsRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type ContactsCheckMemberGroupsRequestBody Modifier and Type Method Description List<String>
ContactsClient. checkMemberGroups(String orgContactId, ContactsCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.Mono<List<String>>
ContactsClient. checkMemberGroupsAsync(String orgContactId, ContactsCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.com.azure.core.http.rest.Response<List<String>>
ContactsClient. checkMemberGroupsWithResponse(String orgContactId, ContactsCheckMemberGroupsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberGroups.Mono<com.azure.core.http.rest.Response<List<String>>>
ContactsClient. checkMemberGroupsWithResponseAsync(String orgContactId, ContactsCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups. -
Uses of ContactsCheckMemberGroupsRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ContactsCheckMemberGroupsRequestBody Modifier and Type Method Description ContactsCheckMemberGroupsRequestBody
ContactsCheckMemberGroupsRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.ContactsCheckMemberGroupsRequestBody
ContactsCheckMemberGroupsRequestBody. withGroupIds(List<String> groupIds)
Set the groupIds property: The groupIds property.
-