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