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