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