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