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