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