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