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