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