Uses of Class
com.azure.resourcemanager.authorization.fluent.models.DevicesGetMemberGroupsRequestBody
-
Packages that use DevicesGetMemberGroupsRequestBody 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 DevicesGetMemberGroupsRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type DevicesGetMemberGroupsRequestBody Modifier and Type Method Description List<String>DevicesClient. getMemberGroups(String deviceId, DevicesGetMemberGroupsRequestBody body)Invoke action getMemberGroups.Mono<List<String>>DevicesClient. getMemberGroupsAsync(String deviceId, DevicesGetMemberGroupsRequestBody body)Invoke action getMemberGroups.com.azure.core.http.rest.Response<List<String>>DevicesClient. getMemberGroupsWithResponse(String deviceId, DevicesGetMemberGroupsRequestBody body, com.azure.core.util.Context context)Invoke action getMemberGroups.Mono<com.azure.core.http.rest.Response<List<String>>>DevicesClient. getMemberGroupsWithResponseAsync(String deviceId, DevicesGetMemberGroupsRequestBody body)Invoke action getMemberGroups. -
Uses of DevicesGetMemberGroupsRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return DevicesGetMemberGroupsRequestBody Modifier and Type Method Description DevicesGetMemberGroupsRequestBodyDevicesGetMemberGroupsRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.DevicesGetMemberGroupsRequestBodyDevicesGetMemberGroupsRequestBody. withSecurityEnabledOnly(Boolean securityEnabledOnly)Set the securityEnabledOnly property: The securityEnabledOnly property.
-