Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ContactsGetByIdsRequestBody
-
Packages that use ContactsGetByIdsRequestBody 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 ContactsGetByIdsRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type ContactsGetByIdsRequestBody Modifier and Type Method Description List<MicrosoftGraphDirectoryObjectInner>ContactsClient. getByIds(ContactsGetByIdsRequestBody body)Invoke action getByIds.Mono<List<MicrosoftGraphDirectoryObjectInner>>ContactsClient. getByIdsAsync(ContactsGetByIdsRequestBody body)Invoke action getByIds.com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>ContactsClient. getByIdsWithResponse(ContactsGetByIdsRequestBody body, com.azure.core.util.Context context)Invoke action getByIds.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>>ContactsClient. getByIdsWithResponseAsync(ContactsGetByIdsRequestBody body)Invoke action getByIds. -
Uses of ContactsGetByIdsRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ContactsGetByIdsRequestBody Modifier and Type Method Description ContactsGetByIdsRequestBodyContactsGetByIdsRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.ContactsGetByIdsRequestBodyContactsGetByIdsRequestBody. withIds(List<String> ids)Set the ids property: The ids property.ContactsGetByIdsRequestBodyContactsGetByIdsRequestBody. withTypes(List<String> types)Set the types property: The types property.
-