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