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