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