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