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